G
Guest
Hi there,
I have recorded a very simple macro to perfom the 'Paste Special' function
but noticed that I can't undo my last action using this macro.
Can anyone help?
Macro:
Sub PasteVal()
Selection.PasteSpecial Paste:=xlValues
End Sub
I have recorded a very simple macro to perfom the 'Paste Special' function
but noticed that I can't undo my last action using this macro.
Can anyone help?
Macro:
Sub PasteVal()
Selection.PasteSpecial Paste:=xlValues
End Sub