If the Range object consists of more than one cell, the Column property returns the column number of the first column in the range
Sub columnRange() MsgBox Sheets("Sheet1").range("A:F3").column End Sub