Hi Michael,
Sorry for the delay. Thought I had asked for email notifications.
Yes I am removing the items as I loop through them.
Here's where I am capturing count
For iRow = 1 To Folder.Items.Count
'not exactly sure what reversing the loop looks
To reverse would that be
For iRow = -1 to...