Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() The macro that I am using to add items is: Sub AddItemToShortcut() ' Adds specified function to shortcut menu ' Set NewItem = CommandBars("Cell").Controls.Add With NewItem .Caption = "Paste Values" .OnAction = "PasteValues" .BeginGroup = False End With End Sub What should it be? Thank -- singincp ----------------------------------------------------------------------- singincpa's Profile: http://www.excelforum.com/member.php...fo&userid=1587 View this thread: http://www.excelforum.com/showthread.php?threadid=27361 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding an Outlook appointment shortcut to the Excel menu | Excel Discussion (Misc queries) | |||
Popup Menu / Shortcut Menu | Excel Discussion (Misc queries) | |||
Menu items added with menu item editor in older versions | Excel Discussion (Misc queries) | |||
adding shortcut menu items | Excel Programming | |||
Adding and Removing Custom Menu Items for one file... | Excel Programming |