Thread: Shortcuts
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Shortcuts

hi
create your own......
Paste this into a standart module.
Sub specialpaste()

ActiveCell.PasteSpecial Paste:=xlPasteValues, _
Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
End Sub
the go toolsmacromacrosclick the options button
assign your short cut key

regards
FSt1


"juanpablo" wrote:

Is there any addin for better support of shortcuts.
If I want to create a new book there is a shortcut CTRL+U, etc, but if I
want to paste special, or paste only values, ther are no shortcuts.

Thanks

JPG