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 bkrike 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: *

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

    Use Transferspreadsheet with variables

    I have the following code to use transferspreadsheet: ------------ Function mcrImportExcelTab1(sFile As String, sTab As String) DoCmd.TransferSpreadsheet acImport, 8, "tblTempImport", sFile, True, sTab End Function ------------- My sTab variable comes in like this : Air PTE Criteria...

Part and Inventory Search

Back
Top