Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a more elegant way than:
Sub CellInColumn1Select() While ActiveCell.Column 1 ActiveCell.Offset(0, -1).Select Wend End Sub To select the cell in Column A / Column 1? Is there some syntax that will produce the Range address of the cell in Column A directly? Thanks, Fred Holmes |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
selecting the penultimate cell from a column of data | Excel Worksheet Functions | |||
Selecting A Column based on Cell Value | Excel Discussion (Misc queries) | |||
Selecting any cell in a column I want my ComboBox to show. How? | Excel Discussion (Misc queries) | |||
selecting column down to variant cell | Excel Programming | |||
Selecting single column with merged cell at top | Excel Programming |