Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default Alt command for custom menu

Change...
cbRebuttals.Caption = "Rebuttals"
-to-
cbRebuttals.Caption = "&Rebuttals"
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"jhahes"
wrote in message
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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding Sub Menu Item to Current Custom Menu Renato Excel Programming 2 December 19th 05 12:48 AM
Using code from custom menu bar to a Command button Alex Martinez Excel Programming 0 September 27th 05 06:33 AM
Custom Menu return to Excel Menu upon Closing VetcalcReport Excel Programming 2 August 2nd 04 02:59 PM
Custom Command Menu Bar Part 2 rju[_5_] Excel Programming 0 July 7th 04 04:56 PM
Macro as Custom Menu Command Clint Marshall Excel Programming 6 September 26th 03 07:20 PM


All times are GMT +1. The time now is 11:21 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"