Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 818 Bytes

Excel.ListObject.DataBodyRange.md

File metadata and controls

37 lines (23 loc) · 818 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ListObject.DataBodyRange property (Excel)
vbaxl10.chm734082
vbaxl10.chm734082
Excel.ListObject.DataBodyRange
fe906555-d006-8220-d9f8-59636cca68d5
04/30/2019
medium

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

[!includeSupport and feedback]