Hi All

I use the code below to List the files contained in a Collection

For Each ListFile In CollectionOfFiles
Debug.Print ListFile
next ListFile

If the Value returned in ListFile meets a certain criteria I would like to reverse the order of the collection i.e. the next ListFile to be the previous and work back to the 1st.

Hope that make sense.

Cheers