M
MichaelK
To import from the specific Excel worksheet I use:
DoCmd.TransferSpreadsheet acImport, , "zzz", xlsFile, True,
"SomeName!A1:R1000"
Usually there are less then 1000 records, but you never know, just want to
be safe.
What format would be to import all records from colums A thru R,
or just from the specific worksheet regardless of the range.
Thanks,
Michael
DoCmd.TransferSpreadsheet acImport, , "zzz", xlsFile, True,
"SomeName!A1:R1000"
Usually there are less then 1000 records, but you never know, just want to
be safe.
What format would be to import all records from colums A thru R,
or just from the specific worksheet regardless of the range.
Thanks,
Michael