Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Dim x,y As Integer NumRows = Range("B3", Range("B3").End(xlDown)).Rows.Count Range("C2").Select For x = 1 To NumRows For y= cells(A).value to cells(B).value 'which code we have to write for comparing a1,b1 are equal or not ActiveCell.FormulaR1C1 = "=Sum(RC[-1]+1)" ActiveCell.Offset(x, 0).FillDown Next Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match, then Look Left 4 Columns, then Loop to End of Range | Excel Programming | |||
Write variables from a loop, once only | Excel Programming | |||
How to write a vba loop for Excel | Excel Programming | |||
Loop,Compare,Write | Excel Programming | |||
Show one range in a combobox and write the 2nd range! | Excel Programming |