ListObject.HeaderRowRange Property
Returns a Range object that represents the range of the header row for a list . Read-only Range.
Syntax
expression.HeaderRowRange
expression A variable that represents a ListObject object.
Example
The following example activates the range specified by the HeaderRowRange property of the default ListObject object in the first worksheet of the active workbook.
| Visual Basic for Applications |
|---|
|