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

Hi,

I have a spreadsheet which contains about 3,000 URL addresses.

I'd like to create a macro that scan each address and print in the next
column if the URL exists.

For instance:

Column A Column B
www.google.com | valid
www.gfgfgfgfgfgf.org | invalid
www.msn.com | valid


Thanks.