In this simple line of code:
If Left(mOsig, 4) Not In("4834", "4835", "4836", "4837") Then
i got this message: Expected: expression and cursor locate at In..and cannot go anyfurther..What is the problem
I have seen similar example in the books and seems everything is ok..
Please any idea
If Left(mOsig, 4) Not In("4834", "4835", "4836", "4837") Then
i got this message: Expected: expression and cursor locate at In..and cannot go anyfurther..What is the problem
I have seen similar example in the books and seems everything is ok..
Please any idea