Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I can't figure out why this double loop does not work...
For X = 1 To 9 For T = 1 To 11 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, 1).Activate CURRPERCENTAGE.Offset(X, 0) = ActiveCell Set CURRPERCENTAGE = CURRPERCENTAGE.Offset(0, 1) T = T + 1 MsgBox T Next Next If you have any idea, it would be greatly appreciated..I have tried everything... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
For...Each loop not working | Excel Programming | |||
Do Until Loop Not Working | Excel Programming | |||
Loop Not Working | Excel Programming | |||
Why is this loop not working? | Excel Programming | |||
Do...Loop not working | Excel Programming |