Thread: Buttons
View Single Post
  #2   Report Post  
Harald Staff
 
Posts: n/a
Default

Hi Rudy

Assign a macro like this to the thing:

Sub ClearMyArea()
Sheets(1).Range("A2:C14").ClearContents
End Sub

HTH. Best wishes Harald

"Atlanta Rudy" skrev i melding
...
Hi all,

I want to have a button clear the contents of a list of cells. Can anyone
help me?

Thanks,

Rudy