Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 830 Bytes

Excel.tableobject.preserveformatting.md

File metadata and controls

30 lines (17 loc) · 830 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
TableObject.PreserveFormatting property (Excel)
vbaxl10.chm916083
vbaxl10.chm916083
1557f95d-3fef-52ae-750c-02370a10cfd2
04/19/2019
medium

TableObject.PreserveFormatting property (Excel)

True if any formatting common to the first five rows of data are applied to new rows of data in the query table. Unused cells aren't formatted. The property is False if the last AutoFormat applied to the query table is applied to new rows of data. The default value is True. Read/write Boolean.

Syntax

expression.PreserveFormatting

expression A variable that represents a TableObject object.

Property value

BOOL

[!includeSupport and feedback]