Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thank you so much! Here's what I ended up actually using: With ActiveCell For ii = 1 To rowCnt - 1 .Offset(rowCnt, ii).FormulaR1C1 = "=R[" & ii - rowCnt & "]C[" & -1 - i & "] " Next End With alla -- Specto ----------------------------------------------------------------------- Spector's Profile: http://www.excelforum.com/member.php...fo&userid=1561 View this thread: http://www.excelforum.com/showthread.php?threadid=27163 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Loop with variable name? | Excel Discussion (Misc queries) | |||
Creating a formula using the loop variable | Excel Programming | |||
Excel VBA Loop & Variable Reference | Excel Programming | |||
Creating a For Loop | Excel Programming | |||
Re-assigning the value of a variable for a for loop from | Excel Programming |