Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 884 Bytes

Excel.Range.UseStandardWidth.md

File metadata and controls

36 lines (22 loc) · 884 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.UseStandardWidth property (Excel)
vbaxl10.chm144214
vbaxl10.chm144214
Excel.Range.UseStandardWidth
970e3d68-3147-a52f-b831-ae7780c735e0
05/11/2019
medium

Range.UseStandardWidth property (Excel)

True if the column width of the Range object equals the standard width of the sheet. Returns null if the range contains more than one column and the columns aren't all the same width. Read/write Variant.

Syntax

expression.UseStandardWidth

expression A variable that represents a Range object.

Example

This example sets the width of column A on Sheet1 to the standard width.

Worksheets("Sheet1").Columns("A").UseStandardWidth = True

[!includeSupport and feedback]