Command Button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Could anyone suggest a simple layout of code required to setup a Command
Button that will clear a range of fields?

Thanks in advance.
 
sub commandbutton1_click()
Range("A1:F50").ClearContents
end sub
edit to your data.

Regards
FSt1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top