Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
You haven't shown a few important details in your post, including: 1) How you have declared (scope-wise) xlApp. Is the variable declared within the procedure or outside of the procedure? 2) Where you attempt to Quit the Application. I.e., xlApp.Quit Yes, you certainly can create an Excel Application variable with scope limited to the procedure, it would be declared similarly as you've declared: Dim objChart as Object Within the procedure. Regards, Nate Oliver |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Global replace a reference to a worksheet | Excel Discussion (Misc queries) | |||
Need to avoid a circular reference... | Excel Worksheet Functions | |||
How to Reference Global Variable for external application. | Excel Programming | |||
Quitting Excel without saving | Excel Programming | |||
Global file reference change | Excel Programming |