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