Thread: Reverse loop?
View Single Post
  #1  
Old February 1st 06, 08:46 AM posted to microsoft.public.outlook.program_vba
yonina
external usenet poster
 
Posts: 4
Default Reverse loop?


Hi,

I have the following loop:

For Each mail In Folder.Items
..
..
..

Next

The loop runs from the first email that was sent/accepted to the last one.
How can I make the loop go backwords? from the last email that was
sent/accepted to the first?


Ads