Thread
:
Search from the bottom of a Range up
View Single Post
#
1
Posted to microsoft.public.excel.programming
J@Y
external usenet poster
Posts: 127
Search from the bottom of a Range up
Is there an efficient way to searching from the bottom of a range up?
I have this:
for counter = 1 to 200
if cells(200-counter, 1) = "blah") then...
endif
next counter
Reply With Quote
J@Y
View Public Profile
Find all posts by J@Y