View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_7_] Bob Phillips[_7_] is offline
external usenet poster
 
Posts: 1,120
Default Button Shortcut / Key Stroke

You have to set it with the caption property of the button.

--
HTH

Bob Phillips

"Dan" wrote in message
...
I have a button and want to create a shortcut keystroke. I VB if you go
&Button you would get an Underlined B and be able to ALT B and vola. I Go

to
my command button and go to the Button name and &Button and I get &Button.

No
shortcut / Key stroke. How can I accomplish this feat or is it something I
need to code within Excel? If so How do I go about that?