J
Junior
In a function, I want to test if varAssn (string)
and it IS NOT between "01 and "28" set a variable
what is the proper code? thanks
If varAssn < "01" And varAssn > "28" Then X="ZZZ"
and it IS NOT between "01 and "28" set a variable
what is the proper code? thanks
If varAssn < "01" And varAssn > "28" Then X="ZZZ"