ListObjects object (Excel)
A collection of all the ListObject objects on a worksheet. Each ListObject object represents a table on the worksheet.
Use the ListObjects property of the Worksheet object to return the ListObjects collection.
The following example creates a new ListObjects collection that represents all the tables on a worksheet.
Set myWorksheetLists = Worksheets(1).ListObjects
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.