Range.CurrentRegion Property
Office 2007
| Excel Developer Reference |
Syntax
expression.CurrentRegion
expression A variable that represents a Range object.
Remarks
This property is useful for many operations that automatically expand the selection to include the entire current region, such as the AutoFormat method.
This property cannot be used on a protected worksheet.
Example
This example selects the current region on Sheet1.
| Visual Basic for Applications |
|---|
|
This example assumes that you have a table on Sheet1 that has a header row. The example selects the table, without selecting the header row. The active cell must be somewhere in the table before you run the example.
| Visual Basic for Applications |
|---|
|