G
Guest
I'm using the TransferSpreadsheet method to import an Excel sheet into Access.
DoCmd.TransferSpreadsheet acImport, 5, "TempDHU", "\\Path\Master.xls", -1
Instead of naming a specific Excel workbook to import (Master.xls), is there
a way to get a dialog box (like the Import File dialog) so the user can
select the folder and file to import?
Thanks.
DoCmd.TransferSpreadsheet acImport, 5, "TempDHU", "\\Path\Master.xls", -1
Instead of naming a specific Excel workbook to import (Master.xls), is there
a way to get a dialog box (like the Import File dialog) so the user can
select the folder and file to import?
Thanks.