H
Henry Padilla
I have a class that has a member variable for the Excel application object.
I use the object to open a file and do a Workbooks(1).SaveAs ()
I set Workbooks(1).Saved = True
Then I do Workbooks.Close()
In the Finalize method I do a Application.Quit()
Problem is it never leaves memory. When I look in Task Manager, it's still
there.
How do I actually get Excel to quit?
Henry Padilla
I use the object to open a file and do a Workbooks(1).SaveAs ()
I set Workbooks(1).Saved = True
Then I do Workbooks.Close()
In the Finalize method I do a Application.Quit()
Problem is it never leaves memory. When I look in Task Manager, it's still
there.
How do I actually get Excel to quit?
Henry Padilla