Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Somewhere in column F i have the value "Production". It could be in
F100 or F157. It is not known. My cursor is in cell G7. I am using activecell.offset(1,0).select to scroll downwards. I want to move my cursor in column G only till the row where the cell value in column F is "Production" what would be the syntax? something like While Not Cells(row, 6).Value = "Production" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
For Each ... Next loop - need to reference the loop variable | Excel Programming | |||
Advancing outer Loop Based on criteria of inner loop | Excel Programming | |||
Loop Function unable to loop | Excel Programming | |||
Problem adding charts using Do-Loop Until loop | Excel Programming | |||
HELP!!!! Can't stop a loop (NOT an infinite loop) | Excel Programming |