Thread: Paste values ID
View Single Post
  #2   Report Post  
Ron de Bruin
 
Posts: n/a
Default

Hi Greg

Sub Test_Cell_Menu()
' Add Paste Values to the menu
Application.CommandBars("cell").Controls. _
Add Type:=msoControlButton, ID:=370, befo=1
End Sub



See
http://www.rondebruin.com/menuid.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


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