PPT2000: capture "Save" command in VBA code

  • Thread starter Thread starter Lex de Haan
  • Start date Start date
L

Lex de Haan

I want to capture the regular "Save" command in PPT2000,
to do some "extra stuff" in the background. Can anyone
tell me which procedure I should use for this purpose?

thanks,
Lex.
 
You need to develop an add-in for this.

Some options:
1. Replace the "Save" button (in menu as well as toolbar) with another
same-named button that you provide from your add-in.
2. You would still need to capture Ctrl+S keyboard shortcut (that saves the
presentation). You can use Shortcut Manager SDK from
http://officerone.tripod.com/ppsctmgr/ppsctmgr.html to capture the keyboard
shortcut.

- Chirag

PowerShow - View multiple shows simultaneously
http://officerone.tripod.com/powershow/powershow.html
 
Back
Top