10-05-2010, 12:28 PM
You mean, you want to open each & every link and test if it is working or not..? If so, you can do it as below:
You can try the above lines of code, for all the links you want to launch.
-Pallavi
Code:
SystemUtil.Run "iexplore.exe", "<your URL>" ' This will launch your URL in IE
Browser("<url browser name>").Click
Browser("<url browser name>").Close
You can try the above lines of code, for all the links you want to launch.
-Pallavi