Re: Dynamically Update Text Box on-slide with loop (VBA)

Tech-Archive recommends: Fix windows errors by optimizing your registry



First, read up on creating an event trap. There is no Auto_NextSlide, or do
you trap the next slide event elsewhere and send it here?
**Make PPT respond to events
http://www.pptfaq.com/FAQ00004.htm

Second, if you use the 'Goto same-slide' Screen updating method, it will
create a next slide event for each refresh and the show will endless-loop /
crash. Instead, just insert a DoEvents line after you change the text in
TextBox1.


--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
vestprog2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
..



.