I am trying to use the FollowHyperlink method to test the existence of a webpage. Everything works fine, but I do not want it to open the page in a browser, just test to whether it exists. Is there a way to do that, or should I be using a different method?
If it does not exist, I can use error handling to do what I want. If it exists the code keeps moving, but that darn window pops up.
Thanks
If it does not exist, I can use error handling to do what I want. If it exists the code keeps moving, but that darn window pops up.
Thanks
Comment