A
Alan
Sorry to re-post this but its driving me up the wall !!
Not sure why this happens
I have an excel work book with multiple sheets.
The Workbook has several 'dated' sheets ie 25-06-09 /26-06-09 / etc
Not my naming convention but one provided !
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
Not sure why this happens
I have an excel work book with multiple sheets.
The Workbook has several 'dated' sheets ie 25-06-09 /26-06-09 / etc
Not my naming convention but one provided !
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