Hi,
To find a string in another string I use the function
InStr(1, txtLine, "Not Found", vbTextCompare)
Is there a function to find whether a particular string exists or not in a specified file. I want to give a txt file(or any other file) as input and find out for the existance of the string.
thanks a lot.
To find a string in another string I use the function
InStr(1, txtLine, "Not Found", vbTextCompare)
Is there a function to find whether a particular string exists or not in a specified file. I want to give a txt file(or any other file) as input and find out for the existance of the string.
thanks a lot.