Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Put formula into col. S as long as same row in col J has something in it.
Range("S2").Select x = ActiveCell.Row Do While Cells(x, 10).Value < "" ActiveCell.FormulaR1C1 = _ "=IF(RC[-9]=""EVT2"",1,IF(RC[-9]=""EVT3"",2,9))" x = x + 1 Loop End Sub Why doesn't this move to the next row? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i keep images from moving when inserting rows in Excel? | Excel Discussion (Misc queries) | |||
Moving Formula | Excel Discussion (Misc queries) | |||
moving a formula | Excel Discussion (Misc queries) | |||
Moving the formula bar | Excel Discussion (Misc queries) | |||
Inserting specific data into moving cells | Excel Programming |