G
Guest
PowerPoint 2002. I am new to coding in PowerPoint. I have done a bit of
coding in Access. I know how to create a command button on a PP slide. I
know hoe to put code behind the button. What commands would I use to display
another slide and then close the slide when I click on a command button?
Something like?
DoCmd.Open slide
kp = msgbox "test",vbOKOnly,"test"
if kp=vbOK then DoCmd.close slide
coding in Access. I know how to create a command button on a PP slide. I
know hoe to put code behind the button. What commands would I use to display
another slide and then close the slide when I click on a command button?
Something like?
DoCmd.Open slide
kp = msgbox "test",vbOKOnly,"test"
if kp=vbOK then DoCmd.close slide