title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Range.EntireColumn property (Excel) |
vbaxl10.chm144122 |
|
|
7be55670-75fd-fb02-dc1a-9d70e3a9d80d |
05/10/2019 |
medium |
Returns a Range object that represents the entire column (or columns) that contains the specified range. Read-only.
expression.EntireColumn
expression A variable that represents a Range object.
This example sets the value of the first cell in the column that contains the active cell. The example must be run from a worksheet.
ActiveCell.EntireColumn.Cells(1, 1).Value = 5
[!includeSupport and feedback]