L
Lamar
I want use the TransferSpreadsheet docmd to import a worksheet named
"March" from an Excel spreadsheet named "2007 Archive. Can you import the
specific worksheet needed from a spreadsheet. Here is may code:
DoCmd.TransferSpreadsheet acImport, , "Archive", CurrentDBDir & "2007
Archive", True
When I import I get the first worksheet named "January". However I want to
import the "March" worksheet from the same Excel spreadsheet. Any help is
appreciated.
"March" from an Excel spreadsheet named "2007 Archive. Can you import the
specific worksheet needed from a spreadsheet. Here is may code:
DoCmd.TransferSpreadsheet acImport, , "Archive", CurrentDBDir & "2007
Archive", True
When I import I get the first worksheet named "January". However I want to
import the "March" worksheet from the same Excel spreadsheet. Any help is
appreciated.