Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, Im trying to select more than one cell depending on a value in
another cell. For i = 3 To 33 If Range("d" & i) = "True" Then Range("as" & i).Select End If Next i there could be several cells, so I want to select them all, or they may alternate. Simular to using the control button when selecting various cells. 99% of the time they will be grouped together, so Im guessing I could select the first cell the offset to select the next. I dont know though how to select more than one cell this way. Regards Robert |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 single cell selecting muliple cell | Excel Worksheet Functions | |||
Selecting a cell entry based on cell validation selection | Excel Worksheet Functions | |||
Transfer cell values to another cell by selecting button. | Excel Worksheet Functions | |||
enter text in cell just by selecting cell | Excel Programming | |||
Selecting 10 charcters on one cell and pasting to another cell | Excel Programming |