I have a VBA script that is linked with an Access .mdb file that does several actions on the tables of the database. At the end of the script I want to output a lot of the data in the tables to excel files, and populate cells with Access Table data. The problem is, I want to import tab delimited data AS AN Excel file, not Access, and then combine this data with the Access Table data to make one .xls file.
I was wondering if I have to have a separate VBA script window in Excel to do something like this, or can I output to excel from the Access VBA script?
I was wondering if I have to have a separate VBA script window in Excel to do something like this, or can I output to excel from the Access VBA script?