I have a set of around 1000 word documents and i want to extract email
addresses from all these documents and keep all of them in a txt/csv file. I
am able to do find and replace in powershell (by using
selection.find.execute() )however not sure how to just find something
matching "@" and keep it in txt file. Please help !!!
With Regards,
Arun
Which Word version do you use?
greetings, Peter Schneider
"Arun Kumar" <Arun...@discussions.microsoft.com> schrieb im Newsbeitrag
news:ABB64A14-8461-45CD...@microsoft.com...
I would try to find a way to convert all to TXT, combine them in one
file and search through this single file.
You can use regular expressions in Powershell to get all the email by
using a string from the web (Google will help)
Uwe
Anybody know if that works in Powershell or what the equivalent to the
Backtick is in Powershell?