I'm trying to add "Paste Values" to my Cells Shortcut menu so I can use the right click to access it. I'm trying to use the code below. I keep getting a runtime error though. Can anybody help, I know this should be easy.
CommandBars("Cell").Controls.Add Type:=msoControlButton, ID:=370, Before:=1
CommandBars("Cell").Controls.Add Type:=msoControlButton, ID:=370, Before:=1