I am trying to relinquish control of Excel from my VB app to the user. I'm doing things as 'allegedly' they should be i.e.
-xl.quit
-Set xl = Nothing
-Set WkSheet = nothing
But, unless I use End the Excel process is still running, and I don't want to have to shut down my app.
So, how do I release Excel?
-xl.quit
-Set xl = Nothing
-Set WkSheet = nothing
But, unless I use End the Excel process is still running, and I don't want to have to shut down my app.
So, how do I release Excel?