G
Guest
Hi!
I'm having a weird problem in that Excel doesn't seem to be closing down completely and it's causing problems because of it. I open Excel from within Access, do some stuff on an existing Excel file (set cells, formatting, etc), and then shut Excel down. When I do CTRL-ALT-DEL and then go to "Task Manager" in W2K, I notice Excel still appears to be running, as if it's not being completely shut down. This is the sequence I'm using to shut it down. Does anyone see problems with it?:
objWB.Save
objWB.Close
Set objSheet = Nothing
Set objWB = Nothing
objXL.Quit
Set objXL = Nothing
Thanks in advance for any help!
Dan
I'm having a weird problem in that Excel doesn't seem to be closing down completely and it's causing problems because of it. I open Excel from within Access, do some stuff on an existing Excel file (set cells, formatting, etc), and then shut Excel down. When I do CTRL-ALT-DEL and then go to "Task Manager" in W2K, I notice Excel still appears to be running, as if it's not being completely shut down. This is the sequence I'm using to shut it down. Does anyone see problems with it?:
objWB.Save
objWB.Close
Set objSheet = Nothing
Set objWB = Nothing
objXL.Quit
Set objXL = Nothing
Thanks in advance for any help!
Dan