Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Convert Macro to custom function
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="joel, post: 6438286"] Function Checkit(target as Range, MatchResults as String, NonMatchResults as String) Select Case Target Case "A","B","C","D" Checkit = MatchResults case Else Checkit = NonMatchResults end select End Function [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Convert Macro to custom function
Top