Page 1 of 1

Macro to extract web addresses

Posted: 2006-12-14 09:43:03
by sethgodin
Assume for a moment that I'm stupid (safe guess)

how hard is it to create a macro that goes through a file and extracts all urls?

if it exists, could you point it out to me?

thanks!

why don't you use powerfind?

Posted: 2006-12-14 12:49:02
by Ruchama
if you use powerfind pro- type in the find window:

http[^\s]+ then find all

and all urls will be selected (I think...). then you could copy etc..

or is there some other appication for which you need specifically a macro?

(it worked for me on a sample file- will be happy to hear whether it works generally...)