ListObject.Resize (Excel)

The Resize method allows a ListObject object to be resized over a new range. No cells are inserted or moved.

For tables that are linked to a server that is running Microsoft SharePoint Foundation, you can resize the list using this method by providing a Range argument that differs from the current range of the ListObject only in the number of rows it contains. Attempting to resize lists linked to SharePoint Foundation by adding or deleting columns (in the Range argument) results in a run-time error.

Resize (Range)

Range: The new range.


ActiveCell.ListObject.Resize Range:= Range("A1:B10")