J
JzP
Hi,
I'm writing an application in vb.net (as a bit of a newbie) and need to
automate PowerPoint to add data to slide templates.
My code from the form.vb calls a code module (in module1.vb) to loop
through the objects on the slide and change various values. Most of it
is fine but on some clides I have to paste values into a datasheet
behind a chart. That works fine if I leave the PowerPoint open and then
manually save and close it. However, as I do several slides I have been
using "opptAPP.save" to close after changing each slide.
I now notice that when I open up the Presentation everything looks ok
until i double-click on a chart at which point the datasheet empties of
any data I pasted into it.
Is there any way to programatically force a "proper" save?
Thanks for any assistance.
john
I'm writing an application in vb.net (as a bit of a newbie) and need to
automate PowerPoint to add data to slide templates.
My code from the form.vb calls a code module (in module1.vb) to loop
through the objects on the slide and change various values. Most of it
is fine but on some clides I have to paste values into a datasheet
behind a chart. That works fine if I leave the PowerPoint open and then
manually save and close it. However, as I do several slides I have been
using "opptAPP.save" to close after changing each slide.
I now notice that when I open up the Presentation everything looks ok
until i double-click on a chart at which point the datasheet empties of
any data I pasted into it.
Is there any way to programatically force a "proper" save?
Thanks for any assistance.
john