M
Mike Waldron
Hi Everyone,
I called Excel from within Outlook. I then read some
Excel data into an array to pass back to Outlook. I use
xl.application.quit
set xl = nothing
to close Excel. It won't die. Task manager shows Excel
still active. Killing Excel from Task manager does work
either. When I rerun the macro in Outlook errors are
generated when Excel opens. As a result, I need to shut
down Outlook in order to clear Excel out of memory. Then
all my code works fine, once.
What am I doing wrong?
TIA
Mike
I called Excel from within Outlook. I then read some
Excel data into an array to pass back to Outlook. I use
xl.application.quit
set xl = nothing
to close Excel. It won't die. Task manager shows Excel
still active. Killing Excel from Task manager does work
either. When I rerun the macro in Outlook errors are
generated when Excel opens. As a result, I need to shut
down Outlook in order to clear Excel out of memory. Then
all my code works fine, once.
What am I doing wrong?
TIA
Mike