J
jo
I've looked through many posts and haven't yet found exactly what I
need.
I would like my users to be able to print a PPS they've downloaded and/
or are viewing (full screen) from a Web site. I'd rather not have it
go automatically to a default printer, but rather, bring up the print
dialog box so they can choose to print whichever slides they want to
whatever printer they want.
I created a macro/button scenario (code below) that worked great for
me ... but only when I went into slide show from the edit mode. It
doesn't work if the file is opened as a PPS.
Sub printout()
'Fires Print dialog to choose the printer
'Works in SlideShow view as well
CommandBars("File").Controls("Print...").Execute
End Sub
I also tried changing the show type to "browse by an individual
(screen)" which gives me options to print, however I do not like that
it isn't full screen and that users are able to page through the
slides (this is an interactive show using hyperlinks to jump around to
various sections.
I'm using v2003.
Thank you for your help!
Jo
need.
I would like my users to be able to print a PPS they've downloaded and/
or are viewing (full screen) from a Web site. I'd rather not have it
go automatically to a default printer, but rather, bring up the print
dialog box so they can choose to print whichever slides they want to
whatever printer they want.
I created a macro/button scenario (code below) that worked great for
me ... but only when I went into slide show from the edit mode. It
doesn't work if the file is opened as a PPS.
Sub printout()
'Fires Print dialog to choose the printer
'Works in SlideShow view as well
CommandBars("File").Controls("Print...").Execute
End Sub
I also tried changing the show type to "browse by an individual
(screen)" which gives me options to print, however I do not like that
it isn't full screen and that users are able to page through the
slides (this is an interactive show using hyperlinks to jump around to
various sections.
I'm using v2003.
Thank you for your help!
Jo