0

I can get winword and excel beforeprint events, but in powerpoint I can't.

Can anyone show me a link that points me when the slides or presentation beforeprint

in powerpoint: how?

thanks in advance

xenblaise
  • 5
  • 4

1 Answers1

1

Chirag Dalal has a useful list of PowerPoint events, which versions support them and when they occur here:

http://officeone.mvps.org/vba/events_version.html

Unfortunately, there's no BeforePrint event.

Steve Rindsberg
  • 3,470
  • 1
  • 16
  • 10
  • any idea or recommendation to get what i want? – xenblaise Mar 09 '12 at 05:51
  • I suppose it'd depend on what you need to do. Can you explain what you're after in more detail? – Steve Rindsberg Mar 09 '12 at 16:44
  • Ok, for users that can only print in a specific folder, if they can print(with powerpoint only)maybe a pagesetup error? – xenblaise Mar 09 '12 at 19:06
  • Sorry, but I don't understand the explanation of what you're after. – Steve Rindsberg Mar 10 '12 at 19:22
  • What I am trying to say is, the user can't print the document if the document file is not in a registered folder. And, So, I got, word ,excel and publisher working but on powerpoint I can't, do you have any idea that the user could not print in powerpoint? OR if they could print there will be an error. Thanks. – xenblaise Mar 11 '12 at 06:29
  • All I can think to do is remove the existing print buttons from the ribbon/toolbar and replace them with your own routines. I don't believe there's anything you can do about the built-in keyboard shortcut (Ctrl+P) – Steve Rindsberg Mar 11 '12 at 17:44
  • Yes, I though about that also, but I may need to override the readonly mode of commandbar. Thank you very much. – xenblaise Mar 11 '12 at 17:58