Expand Minimize
This topic has not yet been rated - Rate this topic

Application.ExtendList Property (Excel)

Published: July 16, 2012

True if Microsoft Excel automatically extends formatting and formulas to new data that is added to a list. Read/write Boolean.

expression .ExtendList

expression A variable that represents an Application object.

To be extended, formats and formulas must appear in at least three of the five list rows or columns preceding the new row or column, and you must add the data to the bottom or to the right-hand side of the list.

This example sets Excel to not apply formatting and formulas to data subsequently added to an existing list.

Application.ExtendList = False
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.