Select Email in MS Word
Microsoft Word has a very powerful search / replace feature (and a bit easier for most to play with than a Regular Expression). One of the things I use it for is to select email addresses from a a document.
The following needs to be added to the search field: [A-Za-z0-9-._]{2,}[@]{1}[A-Za-z0-9-._][A-Za-z0-9-._][@]1[A-Za-z0-9-._]
Don’t forget to turn on Wildcards!