View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jhahes[_75_] jhahes[_75_] is offline
external usenet poster
 
Posts: 1
Default Alt command for custom menu


Here is part of the code for my current custom menu bar

Set cbRebuttals =
cbNavigationMenu.Controls.Add(Type:=msoControlButt on)
cbRebuttals.Visible = True
cbRebuttals.Style = msoButtonCaption
cbRebuttals.Caption = "Rebuttals"
cbRebuttals.OnAction = "RebuttalsHome"


Is there anyway to put a shortcut...for example...when you want to
choose the file option you can hit ALT+F....and F is the trigger for
file.....is there anyway to set that up for my above
Example....Rebuttals where R is the trigger....

Thank you for any help


--
jhahes
------------------------------------------------------------------------
jhahes's Profile: http://www.excelforum.com/member.php...o&userid=23596
View this thread: http://www.excelforum.com/showthread...hreadid=570403