View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
אלירם אלירם is offline
external usenet poster
 
Posts: 5
Default Link checker: checking if a URL exists

Hello,
I have a spreadsheet with 3,000 URL addresses.
I'd like to create a macro which scan each line, and show me if the URL
exists or not.

For instance:

Column A Column B
http://www.google.com | valid
http://www.jkgjkjkdjsl.net | invalid
http://ww.life.com/files/heart.pdf | invalid


Thanks