L
lj
I'm trying to create a shortcut for using Ctr E S V using a macro.
What I want to do is to be able to copy a cell, go to another cell,
and paste special as values. The code for the macro I'm using is
Sub PasteVal()
Selection.PasteSpecial Paste:=xlValues
End Sub
It errors out when I try and run it though. Any suggestions? Thanks
for your help.
Lisa
What I want to do is to be able to copy a cell, go to another cell,
and paste special as values. The code for the macro I'm using is
Sub PasteVal()
Selection.PasteSpecial Paste:=xlValues
End Sub
It errors out when I try and run it though. Any suggestions? Thanks
for your help.
Lisa