How to use .ShortcutText?

  • Thread starter Petrus Canisius
  • Start date
P

Petrus Canisius

I developed a PPT-VBA AddIn and want to assign shortcuts to menu commands.
So I assigned ShortcutText = "Strg+Q", also onAction,

BUT

I can not use the shortcut! VBA documentation is very poor on that!

Any idea?

Peter
 
S

Steve Rindsberg

I developed a PPT-VBA AddIn and want to assign shortcuts to menu commands.
So I assigned ShortcutText = "Strg+Q", also onAction,

BUT

I can not use the shortcut! VBA documentation is very poor on that!

The documentation that isn't there can be easily summed up:

You can't. Not in PowerPoint.

Sorry.
 
Top