Embedded Charts refresh to previous values

K

Keith

I have to generate 12 powerpoint presentations with from 5 to 45 slides each.
VB.Net creates the new files using previous month files and updates chart
data in MSGraph using ADODB and Access and Excel. My problem is that when I
open the new files and double click on a chart it will refresh with data from
last months presentation. These charts are not linked in any way. Any ideas
or help would be appreciated.
Thanks.

Keith
 
A

Andy Pope

Hi,

With MSGraph you need to use the .Update method before saving and release
the object.

Cheers
Andy
 
K

Keith

Yes I just figured that out about 5 minutes after I posted this. Thanks for
your input Andy.
 
Top