I have a bunch of hyperlinks in the Favorites folder in C"\Documents and Settings\. Via VBA, I would like to scan thru all the links and have it shell out to the link to test it. If the link is no good (dead, broken, 404, etc.), I'd like to populate a table with the bad URLs. That way I can find out which ones are bad & delete them without doing the search process manually. I tried doing a FileSearch on the Favorites folder, but I always get .FoundFiles = 0. Does anyone have any suggestions on how to do this (assuming it can be done) properly? I'm using Access 2003. Many thanks in advance!! -------- Bob