im a bit green with VBA
This what im trying to do
If MyVar NOT IN ( String1, String2, String3, etc) Then Test = True
but no matter what i try I just get Compile error..expected this or expected that
Can someone clue me as to how this should be coded
This what im trying to do
If MyVar NOT IN ( String1, String2, String3, etc) Then Test = True
but no matter what i try I just get Compile error..expected this or expected that
Can someone clue me as to how this should be coded