Or do it properly, without the need to select random stuff...
Avoids the need to loop altogether.![]()
Dim FindWk Set FindWk=Range("A5:A" & r).Find(CurrentWk, lookin:=xlValues, lookat:=xlWhole) If Not FindWk Is Nothing Then FindWk.Select End If
Or do it properly, without the need to select random stuff...
Avoids the need to loop altogether.![]()
Dim FindWk Set FindWk=Range("A5:A" & r).Find(CurrentWk, lookin:=xlValues, lookat:=xlWhole) If Not FindWk Is Nothing Then FindWk.Select End If
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks