Graph in PowerPoint with VBA display old value when graph is modif

Y

YvesdotBar

Is it possible to force definitly value in the datasheet of a graph.

So i create a graph in powerpoint without code
I put a VBA code inside to read a database when we open the powerpoint.
the graph is update by data from an access database. Its ok and very good.
BUT If someone want to modify the size or anything else
the graph appear with values the first time i create it ! The datasheet is
overlap by these data.
Is someone has an idea or is it normal ?
 
A

Andy Pope

Hi,

You need to use the Update and Quit methods of the msgraph object in order
to make the values stick.

Cheers
Andy
 
Top