S
Sandy
Hello!
I am trying to import a particular sheet in a workbook,
not the entire workbook.
The entire workbook is imported when I use the following:
DoCmd.TransferSpreadsheet acImport,
acSpreadsheetTypeExcel97, "TempTable",
FilePathName, , "A2:F2000"
The name of the sheet (tab) I want to import
is "upload_data" Where should I designate this? I
thought if I activated the sheet in a line prior to the
above, Access would know to just get data from that
sheet . . . but I guess that would be too easy!
Any help anyone can give me will be greatly appreciated!
Sandy
I am trying to import a particular sheet in a workbook,
not the entire workbook.
The entire workbook is imported when I use the following:
DoCmd.TransferSpreadsheet acImport,
acSpreadsheetTypeExcel97, "TempTable",
FilePathName, , "A2:F2000"
The name of the sheet (tab) I want to import
is "upload_data" Where should I designate this? I
thought if I activated the sheet in a line prior to the
above, Access would know to just get data from that
sheet . . . but I guess that would be too easy!
Any help anyone can give me will be greatly appreciated!
Sandy