View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Loane Sharp[_2_] Loane Sharp[_2_] is offline
external usenet poster
 
Posts: 12
Default programmatically retrieve links from web page

Hi Nate
What a simple, elegant solution. Thanks a stack
Best regards
Loane
"Nate Oliver" wrote in message
oups.com...
Hi Loane,

Different approach, but see the following:

http://www.dicks-blog.com/archives/2...rnet-explorer/

Regards,
Nate Oliver

Loane Sharp wrote:
Once downloaded, I want to search through the page for all URLs that link
through to other web pages (ie. contained within <a </a tags). The
problem
is that, given the huge diversity of formats for links (relative and
absolute references, url-encoding, etc.), I'm struggling to write out all
the possibilities in code.