Without stating the obvious, your InStr() example would need to be modified to find the true beginning of the email address. InStr() finds the beginning of the identified item. Modify the InStr() to:
Int_Start_Position = InStr(myline, "EMAIL: ") + len("EMAIL: ")
You did not mention if all of...
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.