The code I am using is as follows:
Dim myApp as Excel.Application
set myApp = new Excel.Application
myApp.Visible=True //so I can see it close
...code to read in some data
Then, I have tried the following, none of which work to remove the Excel process from memory...
1. myApp.quit (or...
Hello everyone...
I am having a problem closeing an instance of Excel from within an Access VBA module. The window disappears, but the Excel process does not. Could someone tell me the correct way to do this?
I am accessing an Excel spreadsheet from within an Access VB Module. When I close Excel using 'myApp.Application.quit', or any of the various other functions which are supposed to work, there are some instances where the Excel window disappears but the Excel process does not. Does anyone know...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.