Thread
:
for each...next in reverse
View Single Post
#
1
Posted to microsoft.public.excel.programming
Rod Jones[_3_]
external usenet poster
Posts: 5
for each...next in reverse
Is it possible to do a reverse for each..next loop .e.g
Dim grCell as range
for each grCell in range("A100:A1") ' loop bottom to top
...do something here
next grCell
Any ideas
Thank you for your time.
Reply With Quote
Rod Jones[_3_]
View Public Profile
Find all posts by Rod Jones[_3_]