I have an excel file that has two tabs: i.e. two worksheets A and B.
I only want to import worksheet B into excel table. How could I do that. I tried using the following command but it tries to import both sheets into the access table.
DoCmd.TransferSpreadsheet acImport, , "AppendQuotes", "G:\QuoteSheets\" & strFolderName, True
Any ideas/thoughts will be highly appreciated.
Thanks,
J
I only want to import worksheet B into excel table. How could I do that. I tried using the following command but it tries to import both sheets into the access table.
DoCmd.TransferSpreadsheet acImport, , "AppendQuotes", "G:\QuoteSheets\" & strFolderName, True
Any ideas/thoughts will be highly appreciated.
Thanks,
J