Hi
I am trying to auto import into Access, through VBA code like this one that I used on another project:
DoCmd.TransferSpreadsheet acImport, 8, "CMS", "C:\products\subproducts\dailyrodusts\prodline.xls", True, ""
I use this to import the Excel spread sheet prodline, and that works great for that project. However, in my current project I need to go to a specific tab or worksheet with in the whole spreadsheet. I am not sure how you would do this?
If any one knows I would really appreciate it.
I am trying to auto import into Access, through VBA code like this one that I used on another project:
DoCmd.TransferSpreadsheet acImport, 8, "CMS", "C:\products\subproducts\dailyrodusts\prodline.xls", True, ""
I use this to import the Excel spread sheet prodline, and that works great for that project. However, in my current project I need to go to a specific tab or worksheet with in the whole spreadsheet. I am not sure how you would do this?
If any one knows I would really appreciate it.