View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier[_9_] Jon Peltier[_9_] is offline
external usenet poster
 
Posts: 146
Default Closing Graph9 from vba

These two pages have sample code to manipulate MS Graph. See what they do to
terminate the MSG instance that your code neglects to do:

http://support.microsoft.com/kb/q176443/
http://support.microsoft.com/kb/q267974/

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

KD wrote:

Hi,

I am running a vba macro to open powerpoint and update
some charts within it - however sometimes it stalls and
just hangs, when I <ctrl<alt<delete there are a lot of
Graph9 processes running - I am presuming that it is these
that are causing the vba to stop. How can I close down
the Graph9 process after my chart has been updated?

Many thanks
KD