View Single Post
 
Old 09-01-2013, 11:21 AM
GerryM GerryM is offline Windows XP Office 2007
Novice
 
Join Date: Sep 2013
Posts: 3
GerryM is on a distinguished road
Default Power Point & Visual Basic Load Events

I have created a slide show and one of the main tasks is to ask the user questions and then have them press a true or false button(s) to see the answer or explanation.

The issue I have is that once a button is selected the resulting textbox value holds that result, so when I re-start the show instead of having a blank textbox it now has the last entered result.

I need to figure out how to do run a routine that will set all my objects to their intended state either upon starting the slide show or when a slide becomes active. In visual basic there is a form Load routine that does this, however in Power Point there is no form load or Slide load event

Help..
Reply With Quote