Resize Excel Table

Excel

-->

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

VBA Resize Table in Excel. This means you can add rows or columns to table or delete rows or columns from table and creates new table range. To do this we use Resize method of the ListObject. The ListObject object is belongs to ListObjects collection. I need some help with resizing a table in Excel 2013. We have a sheet that is a table and we can filter and sort all the data but there is a line # 1-150 which is the first column on the left and we don't want those numbers to change when other data is sorted but it's currently part of the table.

Syntax

expression.Resize (Range)

Resize

Resize Excel Table In Word

expression An expression that returns a ListObject object.

Parameters

NameRequired/OptionalData typeDescription
RangeRequiredRangeThe new range.

Remarks

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 Excel Table

Example

Resize Excel Table In Word

Resize

Resize Excel Table In Powerpoint

The following example uses the Resize method to resize the default ListObject object on Sheet1 of the active workbook.

How To Resize Excel Table In Word Document

Support and feedback

Resize Excel Table To Fit Into Word

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.