G
Guest
Hello All,
I am using a macro to import a spreadsheet into a table
(see macro below). The macro works well to import the
whole sheet when there is only that sheet in the
workbook. However, I need to specify certain ranges on a
particular tab within a workbook. For example, I only
want to import ranges (A3:AA10, A12:AA261) from the Budget
Input tab and the workbook has a few other sheets. Any
ideas?
DoCmd.TransferSpreadsheet acImport, 8, "ImportedSS",
strDirName & strWorkbookName, True, ""
Thanks,
Dion
I am using a macro to import a spreadsheet into a table
(see macro below). The macro works well to import the
whole sheet when there is only that sheet in the
workbook. However, I need to specify certain ranges on a
particular tab within a workbook. For example, I only
want to import ranges (A3:AA10, A12:AA261) from the Budget
Input tab and the workbook has a few other sheets. Any
ideas?
DoCmd.TransferSpreadsheet acImport, 8, "ImportedSS",
strDirName & strWorkbookName, True, ""
Thanks,
Dion