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

    Attachmate Macro to read data from Excel

    Create a input file from excel. 1) Setup pipes: |Text1|Text2|Text3| 2) Start your beginning information with this script. Open sInputFile For Input As #1 sOutputFile = mid(sinputfile,1,len(sinputfile)-4) & "Output.doc" msgBox ("'" & sOutputFile & "' Will be your output file")...
  2. ezsolutionzdotbiz

    EXTRA! Basic programming

    johnsearcy5 (TechnicalUser) Yes you can. Example: John Smith jFound = "false" If GetValue(3,4,2) = "John Smith" Then jfound = "True" end if else next loop end sub

Part and Inventory Search

Back
Top