How do I create a Reset button code in the worksheet with several worksheet with a different values.
example: The code below is set for sheet1.

Sub Reset_Click()
[A13:AE34,AN13:AS34].Value = ""
End Sub
Let say Sheet2 has the value of [B14:B25,C15,D2]
Sheet3 has the value of [F3,G5]

thanks.