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!

Recent content by AFLightC

  1. AFLightC

    Use Transferspreadsheet with variables

    Okay, I figured this out. While I had the spreadsheet opened to read the tabs and find the range, I named the range. I then passed the range name as the variable after closing and saving the spreadsheet
  2. 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