kculpepper77
Programmer
Well, the question is in the following line:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel2000, "1", "V:\PC Fax\Novemberbilling2002.xls", True
I need to omit the path V:\PC Fax\Novemberbilling2002.xls and allow user to browse the file in the API window.
Is it possible to do?
Thanks
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel2000, "1", "V:\PC Fax\Novemberbilling2002.xls", True
I need to omit the path V:\PC Fax\Novemberbilling2002.xls and allow user to browse the file in the API window.
Is it possible to do?
Thanks