G
George
I have many Excel spreadsheets that contain data that I want to import into an Access table. I am using the File/Import/Get External Data option which launches a wizard. I answer all of the prompts the same way, so I want to use a macro instead. (1) What is the difference between using a macro and writing a subroutine in a module? (2) What commands / options do I use to simulate the wizard? For example, after I select the excel workbook, I always select the "Data" worksheet, indicate that the first row contains header info, import the data to an existing table, and click "finish" to end. I want to loop through all of the Excel workbooks in a directory and import them all into one table
TIA
TIA