Hi
If i want to use IN operator in VB , then how can i use it?
i mean i want to something like this
If Mid(WholeLine, 22, 3) In ("JAN" ,"FEB") then
but it gives me error.
i would appreciate any help.
thanks
If i want to use IN operator in VB , then how can i use it?
i mean i want to something like this
If Mid(WholeLine, 22, 3) In ("JAN" ,"FEB") then
but it gives me error.
i would appreciate any help.
thanks
Comment