Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 817 Bytes

Excel.Range.EntireColumn.md

File metadata and controls

36 lines (22 loc) · 817 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.EntireColumn property (Excel)
vbaxl10.chm144122
vbaxl10.chm144122
Excel.Range.EntireColumn
7be55670-75fd-fb02-dc1a-9d70e3a9d80d
05/10/2019
medium

Range.EntireColumn property (Excel)

Returns a Range object that represents the entire column (or columns) that contains the specified range. Read-only.

Syntax

expression.EntireColumn

expression A variable that represents a Range object.

Example

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]