Unfortunately, I am still quite new to programming. I have looked for the RegExp object, but I do not seem to find it in Visual Basic or VBA. Is this a VB or VBA object, and if not, how could my problem be solved.
u can compare strings with Instr Function now u r trying to check special character like tab which i think could be done by
Instr("MyString",Chr$(9)) 'Chr$(9) is the Keycode for TAB key
Regards
Nouman
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.