View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ralph Ralph is offline
external usenet poster
 
Posts: 79
Default Compiling Email Addresses from Text

Hi All,

I frequently need to extract email addresses from huge amounts of text, like
40+ pages long, etc... for large web design clients of mine...

I was wondering if a macro could be developed somehow to leave me with a
stack of email addresses. I suppose the macro would have to test each piece
of text for an "@" and a ".com" and then stack only those terms in a column
somewhere. Any ideas on how to do this? I am not macro savvy AT ALL...

thanks!