jamieCR9
11-14-2009, 09:14 AM
1. Can you put VBA code under a basic shape/clipart? I want to make a print button print, I have this code for printing:
ActivePresentation.PrintOptions.RangeType = ppPrintCurrent
ActivePresentation.PrintOut
2. Not sure whether or not that is the best code for printing out the current slide. So furthermore, a better print code would be appreciated. :)
3. One more thing to add, which is slightly off topic. I have a presentation which gives the user option buttons and a command button to move onto the next slide, but the problem is they can continue the presentation without selecting an option, which i don't want. So is there a code which disables them moving onto the next slide if they haven't selected an option?
ActivePresentation.PrintOptions.RangeType = ppPrintCurrent
ActivePresentation.PrintOut
2. Not sure whether or not that is the best code for printing out the current slide. So furthermore, a better print code would be appreciated. :)
3. One more thing to add, which is slightly off topic. I have a presentation which gives the user option buttons and a command button to move onto the next slide, but the problem is they can continue the presentation without selecting an option, which i don't want. So is there a code which disables them moving onto the next slide if they haven't selected an option?