Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
All,
I have the following to select a range of cells in a column from A2 thru the last row in the sheet. Range("A2:A" & ActiveSheet.Cells.SpecialCells(xlCellTypeLastCell) .Row).Select How can I select the very same set of cells but iterate to each of the columns in turn. I can't figure out how to go to column B,C,D and on. I've got Columns.Next.Select but can't select the cells that were selected in the previous. All it selects is the first cell. Help Dale Jones |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Set MyRange for non-adjacent cells and iterate through? | Excel Programming | |||
How To Iterate a range of cells? | Excel Programming | |||
select only certain cells in a columns | Excel Programming | |||
Iterate columns | Excel Programming |