J
JeffK
I have programmed a "clear worksheet" button on my page and I'd like to have
a warning window pop up to warn if the user wants to do this.
Private Sub ClearPage_Click()
Range ("A4:B6").Select
Selection.ClearContents
End Sub
Thanks for your help
a warning window pop up to warn if the user wants to do this.
Private Sub ClearPage_Click()
Range ("A4:B6").Select
Selection.ClearContents
End Sub
Thanks for your help