Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a loop that is looking for "TA". However, when it finds TA in TAT...
i do not want it to do events on that row as if it was a "TA". The following two lines are code I have tried to skip over "TAT" values in my search. Any ideas on how to skip TAT values in my find loop? If rngFound.Left = 3 = "TAT" Then rngToSearch.FindNext If rngFound.Left = 3 = "TAT" Then GoTo FindNext |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find loop doesn't loop | Excel Discussion (Misc queries) | |||
Find & loop in VBA | Excel Discussion (Misc queries) | |||
loop through column to find value | Excel Programming | |||
Find, Loop, Subtotal | Excel Programming | |||
Find loop | Excel Programming |