I am searching a huge text file for the following text;
3**40**
Where the * represents a wild card
How do I manipulate this line of code to search for this?
if InStr(226, strCurrentLine, "3**40**", vbTextCompare) = 226 Then
Thank you,
Steve
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.