|
||
---|---|---|
PowerPoint tips, hints and tutorials that will change your presentations for ever! | ||
Jigsaws |
Vba to Print Slide in Slideshow View Often you may want to print the slide showing on the screen in show view, This may be a certificate or score. If you are familiar with PowerPoint vba you may find the vba print range type ppPrintCurrent. You write code like this and it seems to work just fine. Sub printCurrWRONG() You will soon find that sometime it prints the WRONG slide though. This is because ppPrintCurrent prints the slide selected in EDIT view. This is not always the slide showing in show view. To print the current slide in the show you need to do this: Sub printCurr() If you have created a shape to click to print the slide you might NOT want it show on the print. This variation does that: Sub printCurr2(oshp As Shape)
|
|
Articles on your favourite sport Free Microsoft PowerPoint Advice, help and tutorials, Template Links |