read help on
APPLICATION.ONKEY key, procedure
when this is run
APPLICATION.ONKEY "Q", "doThis"
whenever the user presses the Q key, the sub called doThis is run
"Bishop" <(E-Mail Removed)> wrote in message
news

084D17B-5866-4120-BB25-(E-Mail Removed)...
> Is there a way to activate a command button by simply pressing a single
> letter on the keyboard? For example, say I have a button that says "Add A
> Title". When I press the A key I want the button to activate and process
> whatever code is attached to it.