A
Alan
Not sure why this happens
I have an excel work book with multiple sheets. I only want to import the
current day and have used the TransferSpreadsheet method below.
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "TEST",
"C:\Test", True, "26-06-09$"
This works fine if the Workbook is open, however if closed it only creates
the first column and no data ??
Is there something I am missing - I have several similar worksheets to
import and trying to avoid opening and closing the 12 workbooks to allow
import to access
I have an excel work book with multiple sheets. I only want to import the
current day and have used the TransferSpreadsheet method below.
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "TEST",
"C:\Test", True, "26-06-09$"
This works fine if the Workbook is open, however if closed it only creates
the first column and no data ??
Is there something I am missing - I have several similar worksheets to
import and trying to avoid opening and closing the 12 workbooks to allow
import to access