Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Short Cut for Paste Special 1

Status
Not open for further replies.

Matsul

IS-IT--Management
May 6, 2002
140
BE
Is there a way to map Pate Special --> values to say Ctl-W.

I made a macro and mapped that to ctl-p but if I need to undo it does not work so wondered is there is a simpler way.
 
Paste Special what? Values? Formats? Comments?

Cheers, Glenn.

Did you hear about the literalist show-jumper? He broke his nose jumping against the clock.
 
I have the Paste Special Values toolbar button on my Standard Toolbar next to the Format Painter. ( to get this button on your toolbar, right-click any toolbar, choose Customize/Commands category Edit, and drag the button from the Command list to where yuo'd like it to be )

Alternatively use the menu short-cut keystrokes Alt-E-S-V-Enter.

Cheers, Glenn.

Did you hear about the literalist show-jumper? He broke his nose jumping against the clock.
 
I have that but I also have the following code in my Personal.xls file:
Code:
Sub pastespec()
Selection.PasteSpecial Paste:=xlValues
End Sub

I don't use the shortcut for 'Undo' so I have assigned the keystroke Ctrl+Z to the the shortcut for the macro. Works well as I can do CTRL+C, CTRL+Z to do a copy then paste special values - very quick.

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top