Use only first found image

How can I limit an action to simply use the first image if the same image is found multiple times? In this case, there qre multiple “download” images that are identical and I just need to click the first one. My macro works fine if there is just one matching image…and looping over the collection is obviously not what I want!

Never mind. All I needed to do was BREAK the loop. Sigh. Sorry about that.