View Single Post
 
Old 04-07-2018, 07:21 AM
RetiredCHE RetiredCHE is offline Windows 10 Office 2013
Advanced Beginner
 
Join Date: Jun 2016
Location: Alabaster, AL
Posts: 35
RetiredCHE is on a distinguished road
Default Loop in Reverse

I had a similar issue with a macro to delete all items in my Trash folder. The solution was to loop in reverse from the count of items to 1. Using that approach the macro worked the first time. I hope this will work for you.

RetiredCHe
Reply With Quote