dynamically change text on a slide

D

Dave Eades

Is it possible to change a text item on a slide to a new piece of text read
in from a text file? I would like to be able to dynamically change text on a
powerpoint slide whilst in slideshow mode.

Thanks for any help

Dave
 
S

Steve Rindsberg

Is it possible to change a text item on a slide to a new piece of text
read
in from a text file? I would like to be able to dynamically change text on a
powerpoint slide whilst in slideshow mode.

Yes, but after changing the text you'll need to force the slide to refresh
somehow.
Typically:

' assuming a reference to the current slide in oSl:
ActiveWindow.View.GotoSlide(oSl.SlideIndex)

Read in text from an ascii file
http://www.rdpslides.com/pptfaq/FAQ00124.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top