Keyboard Shortcut for "Paste Values"?

G

Guest

Hello

Please help - the keyboard shortcut for "Paste" is
"CTRL-V". What is the shortcut for
"Paste Values" [i.e., the equivalent using the mouse to
click "Paste - Paste Special - Values - Ok"?]

Thank you!!
 
W

William Benson

I do not know one but there is a button for it.

Right click toolbar, customize, Commands, Edit, Paste Values (icon)
 
P

Peo Sjoblom

No keyboard shortcut except the obvious alt>e>s>v + enter

--
Regards,

Peo Sjoblom

(No private emails please)
 
G

Guest

In Excel it is possible paste the value (and not the formatting) of a copied
item by double clicking a cell and then Ctrl + V

Peo Sjoblom said:
No keyboard shortcut except the obvious alt>e>s>v + enter

--
Regards,

Peo Sjoblom

(No private emails please)


Sam said:
Hello

Please help - the keyboard shortcut for "Paste" is
"CTRL-V". What is the shortcut for
"Paste Values" [i.e., the equivalent using the mouse to
click "Paste - Paste Special - Values - Ok"?]

Thank you!!
 
G

gazornenplat

Set up a macro

'---------------------------------------------------------
Sub PasteValues()
Selection.PasteSpecial Paste:=xlValues
End Sub
'---------------------------------------------------------

then assign a shortcut key to it

Only way I know

Gaz
 
M

Martin

If the Paste Values button is already on your toolbar
right click on the toolbar, click "customise".
right click Paste Values button.
select "Text Only (Always)" (button now displays "Paste Values"(P underlined).
Close Customise Toolbar window.
Now after you copy something, you can Paste Values by pressing "Alt" then
"P"(because P of Paste Values is underlined)
 
L

luis r

hello

what i have done that work perfect for me is pess alt+e+s+v
you dont have to press them all at the same time just one at the time, when
you get used to do it will be really easy to use this works in 2003 and 2007
as well

hope this helps
 

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