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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 3SeaShells

  1. 3SeaShells

    Need 2 import *.txt -> XL as pure text - Help w/OpenText ??

    Did you look into using a scripting object. ex. Set filesys = CreateObject("Scripting.FileSystemObject") Set filetxt = filesys.OpenTextFile("File Path", 1) [Returns First Line Of file] = filetxt.ReadLine filetxt.Close

Part and Inventory Search

Back
Top