Charts

P

paul

Hi all!

I am creating a bunch of chart on the same document. Using VB and Word 9.
When these charts are created, our user is presented with Microsoft Graph
application window, which we would like to hide. is there a way to hide that
Microsoft Graph? At the end, it creates as many of these GRAPH9.exe's as
there are charts, and that is several hundered charts within the document, so
I really have to find a way of hidding these

Thanks in advance

paul
 
C

Cindy M -WordMVP-

Hi =?Utf-8?B?cGF1bA==?=,
I am creating a bunch of chart on the same document. Using VB and Word 9.
When these charts are created, our user is presented with Microsoft Graph
application window, which we would like to hide. is there a way to hide that
Microsoft Graph? At the end, it creates as many of these GRAPH9.exe's as
there are charts, and that is several hundered charts within the document, so
I really have to find a way of hidding these
I think I follow what you're doing. In that case, get the .Application property
of the chart or Datasheet your code is manipulating and use the .Quit method
(o_chart.Application.Quit).

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 
Top