Shortcuts

G

Guest

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
 
G

Guest

Click VIEW in the menu, TOOLBARS and select CUSTOMIZE.

Click the COMMANDS tab and in the CATEGORIES panel select EDIT.

In the COMMANDS panel locate the PASTE VALUES command and the click & drag
the icon to the formatting toolbar.
 
G

Guest

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 tools>macro>macros>click the options button
assign your short cut key

regards
FSt1
 
G

Guest

But I dont want a button, I want a CTRL + key, like in the mac, all options
have shortcuts.

JP
 
G

Guest

For the macro offerred by FSt1 to work in all workbooks you'll want to place
it in the Personal.xls workbook so that it can be accessed by any workbook.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top