Bind a single key in Outlook 2007?

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

How do I bind an action to a single key in Outlook? With a message selected,
if I hit 'a', or 'w', etc, nothing happens ... i want to capture that and
perform an action (macro/VBA). Enter and spacebar are bound somehow, now how
do i bound something else?

Thanks
 
You may right click the toolbar, customize, macro, and drag the name of your
VBA function to the toolbar. Then don't close the dialog but right click the
new button and edit its name. For instance, 'My&Button' will use 'b' as
accelerator, i.e. your code might be called by pressing alt+b. You just have
to find a character that is not yet in use.

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Fri, 26 Sep 2008 07:13:01 -0700 schrieb Dave:
 
A little confused, but close: is "My&Button" as a name a particular syntax
that dictates Alt+b?

What is the syntax for assigning just 'd' to that macro that i right click,
forinstance?
 
Back
Top