Add a keyboard shortcut to my macro?

  • Thread starter Thread starter Ed
  • Start date Start date
E

Ed

Can I add a keystroke shortcut to my macro? I've looked through Help and
the newsgroup, but I can't find anything. Does this mean Outlook VBA
doesn't support this?

Ed
 
No. Outlook doesn't support keyboard shortcuts. You can, however, add the
macro to a toolbar, then set the accelerator key for that toolbar button.
 
No. Outlook doesn't support keyboard shortcuts. You can, however, add the
macro to a toolbar, then set the accelerator key for that toolbar button.
 
This is defined when you add the button to your toolbar. Add a '&' before
the character that want to be accessible by clicking ALT+[character].
You can't define keyboard shortcuts in Outlook like you can in Word.

Eric Legault - B.A, MCP, MCSD, Outlook MVP
 
Back
Top