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 gkittelson 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. paychexanalyst

    Why won't my code for importing an Excel file work??

    DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "tblSalesProspects", "\\corpnt02\ens_sh\Financial Risk Management\Risk Analysis\Equifax Automation Project\DSRLDS.xls", True, "" I've tried using different versions of Excel (i.e. acSpreadsheetTypeExcel8). Nothing seems to be...
  2. paychexanalyst

    Why wont my VBA code for Importing an Execl file work??!!

    DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "tblSalesProspects", "\\corpnt02\ens_sh\Financial Risk Management\Risk Analysis\Equifax Automation Project\DSRLDS.xls", True, "" I've tried to fill in differencnt access versions (i.e. acSpreadsheetTypeExcel8) but everytime I click...

Part and Inventory Search

Back
Top