ChetShah
03-28-2003, 08:47 AM
Hi All,
I'm running a VB Routine which opens Excel Workbook and cleans the data for first sheet. I then close all excel objects like so:
XL.Quit
Set WB = Nothing
Set XL = Nothing
But i don't unload the objects and Excel remains visible in Task Manager
When i then open an Range Object in another routine i get VB Run Time Error 1004 - Method 'Range of Object' _Global Failed
Any ideas why this happens??
Chet
I'm running a VB Routine which opens Excel Workbook and cleans the data for first sheet. I then close all excel objects like so:
XL.Quit
Set WB = Nothing
Set XL = Nothing
But i don't unload the objects and Excel remains visible in Task Manager
When i then open an Range Object in another routine i get VB Run Time Error 1004 - Method 'Range of Object' _Global Failed
Any ideas why this happens??
Chet