Extracting <Title> tags from web pages into worksheet ...

F

fivenastydisco

Hello all,

I have a list of URLs that I generate through Excel, and I want to
capture the title tags of these URLs in the next column. Has anyone got
any suggestions on how to about doing this? (ideally without VBA
intervention ... ;-) )

I first tried using the Web Query function of Excel, but this doesn't
appear to allow you to use cell references as the target URL to
download.

Any thoughts, or is this time where I need to dust off my Perl skills?

Thanks in advance.

RM
 
R

Ron Rosenfeld

Hello all,

I have a list of URLs that I generate through Excel, and I want to
capture the title tags of these URLs in the next column. Has anyone got
any suggestions on how to about doing this? (ideally without VBA
intervention ... ;-) )

I first tried using the Web Query function of Excel, but this doesn't
appear to allow you to use cell references as the target URL to
download.

Any thoughts, or is this time where I need to dust off my Perl skills?

Thanks in advance.

RM

If I understand what you want correctly, you could use regular expressions as
an excel worksheet function if you download and install Longre's free
morefunc.xll add-in from http://xcell05.free.fr

Look at the various REGEX. functions in that add-in.

They use a very similar construction to those in Perl.


--ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top