Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all, I need your expertise ...
here's what I am doing: Dim i as Integer For i = 1 to 10 ActiveCell.Formula = "sumif(e2:e30000, "i",j2:j30000)" ActiveCell.Offset(0,1).select Next i I want this to run through 10 times and also use the value of "i" in the formula. ie: its first time through it looks for 1 then 2 then 3 ... I can't seem to get it to recognize i as a variable instead it just looks for i in the columns. I appreciate your help! -- Jackie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Loop gone crazy | Excel Discussion (Misc queries) | |||
Do Loop | Excel Discussion (Misc queries) | |||
Help with Do...Loop | Excel Discussion (Misc queries) | |||
hysteresis loop | Charts and Charting in Excel | |||
loop trough e-mail address list to send task lists with outlook | Excel Discussion (Misc queries) |