View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Can Paste-Special-Values be VBA programmed?

ActiveCell.PasteSpecial xlPasteValues

--
Regards,
Tom Ogilvy

"Simon Hughes" wrote in message
news:CoHsd.196523$HA.14109@attbi_s01...
Paste-Special-Values is a sequence that I seem to use quite a lot and I'd
like to make it a shortcut choice when right-clicking on a cell. So far
though, I can't seem to find any way to do it. (I know how to put

something
into a shortcut menu, just not how to recreate the Paste-Special-Value
part.) Any suggestions?