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.

Visual Basic for Applications
ActiveCell.EntireColumn.Cells(1, 1).Value = 5
Bring back every column in a table. entire entire column Entire Column Property EntireColumn EntireColumn Property Range of columns representing the width of selected cells. Return all columns in range

See also: