Excel Shortcut-key to PasteSpecial

DSLA

Active Member
Joined
Jun 6, 2005
Messages
301
I have the code to Paste Special (values): Selection.PasteSpecial Paste:=xlValues

But how can I add the command to a Shortcut-key to Excel? (not just a specific sheet, i mean the whole Excel to use in all files i use)

Thanx : )
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Create a file called Personal.xls, Save it in the XL Start folder within the Programs folder. You may have to search for it. this is where mine is C:/Program Files/Microsoft Office/Office 10/XLStart. Whenever Excel starts it will launch this file. Keep this file open and save all your macros/ special needs to this file and it will work in all open spreadsheets.

Alan
 
Upvote 0
Actually, it's pretty fast to just type this key sequence:
ALT E S V

But, if you must have a keyboard shortcut,

• Put your macro in your PERSONAL.XLS
• ALT+F8
...Select your macro
...Click the Options button
...Assign this shortcut: CTRL+J

Then, whenever you're in copy/paste mode, CTRL+J will run your macro

Is that something you can work with?
 
Upvote 0
Thanks! This is great! I've been looking for a shortcut for paste values for FOREVER! Thanks as always!
 
Upvote 0

Forum statistics

Threads
1,215,049
Messages
6,122,864
Members
449,097
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top