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

Search results for query: *

  • Users: JerryKing
  • Content: Threads
  • Order by date
  1. JerryKing

    VLookup function problem: type mismatch

    What’s wrong with the VLookup function my following VBscript codes? The error remind me “type mismatch”. function searchTimeById(OpId) Dim objExcel, excelPath, strData, Set objExcel = CreateObject("Excel.Application") excelPath = "Z:\OpLibrary.xls" objExcel.Workbooks.open...
  2. JerryKing

    global variables for function arguments and return value in VB scripts

    The purpose of my program is to realize the expert reasoning through a sequence of dialogs interacting with a user. All the user inputs of reasoning procedure need to be recorded for future enquiry in a database. The architecture of the reasoning procedure is like a pyramid, from top to bottom...

Part and Inventory Search

Back
Top