Paste Special Macro - can't undo

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top