View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Rod Jones[_3_] Rod Jones[_3_] is offline
external usenet poster
 
Posts: 5
Default for each...next in reverse

Quite right, I have had three replies, but my first two posts attampts came
up with an error prompting me to try again later, so, thats what I did, only
for them to appear later.

"Myrna Larson" wrote:

You got about 3 replies to your first post. No need to post twice more.

On Tue, 12 Oct 2004 06:53:04 -0700, Rod Jones
wrote:

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.