Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Macro to replace text between character in word 2007

Status
Not open for further replies.

Salut39

Technical User
Aug 2, 2006
178
GB
Hi Guys!

Could you please help me to write a simple code in VBA [word 2007] to replace text between quatation marks?

Example:
"Matolich Mikhaylovich"<rmatolich.UTG@naftogaz.net>;
"Nguyen Bich"<bin@forcetechnology.ca>; and so on

Thanks
Yuri
 
Replace with nothing just leaving E-mail addresses from the list
 
I found the solution for my problem. I converted text into column by using [;] character as a seperator. It's listed addresses the way I wanted to copy to excel for further analysis.

Thanks
Yuri
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top