Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can anyone think of why this would not work? The 'T' variable in my
offset function of the find method is not holding it's value...What do I need to do different T=1 For I = 1 To 12 range("SP[DATE]").Select Selection.Find(What:=CURRPERCENTAGE.Value, After:=ActiveCell, LookIn:=xlValues, _ LookAt:=xlPart, SearchOrder:=xlByColumns, SearchDirection:=xlNext, _ MatchCase:=False, SearchFormat:=False).Offset(0, T).Activate CURRPERCENTAGE.Offset(1, 0) = ActiveCell Set CURRPERCENTAGE = CURRPERCENTAGE.Offset(0, 1) Next Set CURRPERCENTAGE = CURRPERCENTAGE.Offset(1, -12) X = X + 2 Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to calcuate 6 variable's contribution towards a fixed sum??? | Excel Discussion (Misc queries) | |||
Having two variable's in a macro | Excel Programming | |||
Return the Row of a Variable's location | Excel Discussion (Misc queries) | |||
getting a variable's name | Excel Programming | |||
Maintaining row position in a loop | Excel Programming |