Quote Originally Posted by Max187Boucher View Post
i just started.. looks easier than it is of course

so for the link you gave us, look what in red is in Related Link (Page 2)

Code:
Option Explicit








Const MyLink = "gardenbuildings.com"
Run the code and see it will find the page, but this is far from done
what i mean far from done is it only check the main Url and the link off of the main Url
you could remove duplicates from listbox and keep going with the listbox's items URL and grab all links from that url

but this is where it becomes harder because there is alot of links that will be the same
for example, the home link
I guess you could make an array with all the links you have visited (grabbed the links off) and check once in a while to make sure the listbox does not contain any of the sites already visited

i will try to work on this a bit more tomorrow
I am fiddling with your code this seems to be what i need and seems to work
I am adding to not include duplicates+
added another listbox with about 50 sites i am linking to that get filled from my sites links page.
Plan on adding a report at the end of each sites results
Thanks for adding that code