I seem to be having an issue with an Excel file that is linked into an Access database. When I open the Excel file and the corresponding Access table, and close either or both down, Excel persists in memory, and errors out next time the Excel file is opened.
The Excel file needs to be opened when I run a query from the linked table as the Excel file queries up to date data from a different database program and brings it directly into a table in Access. This is when it decides to not go away when Excel is shut down by simply exiting the program.
I need a way to remove the instance of Excel when the Excel file is closed(preferrably from within Excel VBA if possible.). I have tried a few methods, but really I need to just be pushed in the right direction.
Aren
The Excel file needs to be opened when I run a query from the linked table as the Excel file queries up to date data from a different database program and brings it directly into a table in Access. This is when it decides to not go away when Excel is shut down by simply exiting the program.
I need a way to remove the instance of Excel when the Excel file is closed(preferrably from within Excel VBA if possible.). I have tried a few methods, but really I need to just be pushed in the right direction.
Aren