F
FIRSTROUNDKO
HI!
I have a number of word document in the folder
C:\test
Can somebody please show me in a macro how I find email addresses in word and
extract to Excel
i.e Doc1 may have the address (e-mail address removed) and (e-mail address removed)
Doc2 may have the address (e-mail address removed)
etc
where would be the excel result
(e-mail address removed)
(e-mail address removed)
(e-mail address removed)
i think the pseudo code would be
open word document
find @
copy
paste to excel
offset(1,0)
find next @ in word document
close if no @ found
next Document
Thanks in Advance
I have a number of word document in the folder
C:\test
Can somebody please show me in a macro how I find email addresses in word and
extract to Excel
i.e Doc1 may have the address (e-mail address removed) and (e-mail address removed)
Doc2 may have the address (e-mail address removed)
etc
where would be the excel result
(e-mail address removed)
(e-mail address removed)
(e-mail address removed)
i think the pseudo code would be
open word document
find @
copy
paste to excel
offset(1,0)
find next @ in word document
close if no @ found
next Document
Thanks in Advance