ListObject Object
Represents a table on a worksheet.
Remarks
The ListObject object is a member of the ListObjects collection. The ListObjects collection contains all the list objects on a worksheet.
Example
Use the ListObjects property of the Worksheetobject to return a ListObjects collection. The following example adds a new ListRow object to the default ListObject object in the first worksheet of the active workbook.
| Visual Basic for Applications |
|---|
|