Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cjrobiso

    instr help

    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...

Part and Inventory Search

Back
Top