Clear a range

  • Thread starter Thread starter ordnance1
  • Start date Start date
I think this will do that.

Sheets("Sheet1").Range("B1:G7").ClearContents

HTH
Regards,
Howard
 
Sheets("Sheet1").Range("B1:G7").ClearContents

'Other Clear options
'.ClearFormats 'Clears formats only
'.Clear 'Clears all
 

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