ListObject.DataBodyRange property (Excel)

Returns a Range object that represents the range of values, excluding the header row, in a table. Read-only.

Syntax

expression.DataBodyRange

expression A variable that represents a ListObject object.

Example

This example selects the active data range in the list.

Worksheets("Sheet1").Activate 
ActiveSheet.ListObjects.Item(1).DataBodyRange.Select

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.