Hi,
I have a reset button in my worksheet and I added a UNDO button. Can you please create a code for me for the undo button. Thank you :o)
Sub Reset_Click()
[A13:AE34,AN13:AS34].Value = ""
End Sub