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 [email protected] and [email protected]
Doc2 may have the address [email protected]
etc
where would be the excel result
[email protected]
[email protected]
[email protected]
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 [email protected] and [email protected]
Doc2 may have the address [email protected]
etc
where would be the excel result
[email protected]
[email protected]
[email protected]
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