G GregR Dec 13, 2004 #1 How do I determine the ID value for "Paste Values" or for that matter how do I determine the ID value for any built in command. TIA Greg
How do I determine the ID value for "Paste Values" or for that matter how do I determine the ID value for any built in command. TIA Greg
R Ron de Bruin Dec 13, 2004 #2 Hi Greg Sub Test_Cell_Menu() ' Add Paste Values to the menu Application.CommandBars("cell").Controls. _ Add Type:=msoControlButton, ID:=370, before:=1 End Sub See http://www.rondebruin.com/menuid.htm
Hi Greg Sub Test_Cell_Menu() ' Add Paste Values to the menu Application.CommandBars("cell").Controls. _ Add Type:=msoControlButton, ID:=370, before:=1 End Sub See http://www.rondebruin.com/menuid.htm