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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top