Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a macro that selects a range of cells in a column that contains data.
I want to then offset that selection to the next column to the left, that column has no data. I tried: Range(ActiveCell, ActiveCell.End(xlDown)).Select ActiiveColumn.Offset(-1, 0).Select The first command line selects the proper data range. The second line is wrong. Also, without using cell references, how do I select the topmost cell in a column or leftmost cell in a row from a random location cell? Is there an online reference for VBA commands? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
More than one cell is selected when I left click. Why? | New Users to Excel | |||
how to make left side stay still and right side can move left to r | Excel Discussion (Misc queries) | |||
Move contents of selected cell down one, and to the left one cell? | Excel Programming | |||
Getting Range to move 1 column left and resize by 1 | Excel Programming | |||
selected cell - top left | Excel Discussion (Misc queries) |