What line is generating that error? Usually that error means you are requesting a non-existing member of a collection, like requesting... [vba]ActiveExplorer.Selection.Item(3)[/vba]...if there are only 2 items

Chances are it was something you changed trying to fix my mistake, hopefully we can get it back to normal