Excel Reference

Refer to All the Cells on the Worksheet

When you apply the Cells property to a worksheet without specifying an index number, the method returns a Range object that represents all the cells on the worksheet. The following Sub procedure clears the contents from all the cells on Sheet1 in the active workbook.

vb Sub ClearSheet() Worksheets("Sheet1").Cells.ClearContents End Sub

!include[Support and feedback]

Other Refer members in Excel (8)

6 community Q&A using Refer to All the Cells on the Worksheet

Libraries that work with Refer (5)

58 wordsMicrosoft Docs rev. 06/08/2017