Hey Guys,
I have a column full of URL's(from cell B2 down). I just need a macro or something to validate each URL and highlight the cell with different color with respective of the results.
If the URL is Valid, I want the cell color to be green.
If the URL redirects, I want the cell color to be yellow.
Finally, If the URL throws a 404 or any other error page, I want the cell color to be grey.
few example URL's are:
Valid One : [TABLE="width: 769"]
[TD="class: xl64, width: 769"]https://www.wireless.att.com/b…0-bill-credit-details.jsp ( needs to be green)
Redirected One: [TABLE="width: 769"]
[TD="class: xl65, width: 769"]https://www.wireless.att.com/b…ns/200-port-in-credit.jsp (needs to be yellow)
Error Page:[TABLE="width: 769"]
[TD="class: xl65, width: 769"]https://www.wireless.att.com/b…/100-bill-credit-July.jsp (needs to be grey)[/TD]
[/TABLE]
[/TD]
[/TABLE]
[/TD]
[/TABLE]
Please help, Thanks in Advance.