Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / April 2004

Tip: Looking for answers? Try searching our database.

can merge field be clickable to "write mail"  box?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
rnelson696 - 22 Apr 2004 22:01 GMT
We have a letter to email in MSWord XP which has merge fields, merged i
from a delimited text file.

One of the merge fields is an email address.  We would like that fiel
to be clickable to open a ?write mail? box to the e-address in tha
merge field.  We have not been able to get that to work.

Often it repeats the email address in the first record in all th
records.

Possible solutions
Doug Robbins - Word MVP - 23 Apr 2004 10:17 GMT
If you run the following macro, it will convert text in the form of an email
address into a clickable address:

   Dim myrange As Range
   Selection.HomeKey Unit:=wdStory
   Selection.Find.ClearFormatting
   With Selection.Find
       Do While .Execute(findText:="[+0-9A-z._-]{1,}\@[A-z.]{1,}", _
       MatchWildcards:=True, Wrap:=wdFindStop, Forward:=True) = True
           Set myrange = Selection.Range
           myrange.Hyperlinks.Add Anchor:=myrange, Address:="Mailto: " &
myrange
       Loop
   End With

Signature

Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested.  Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP

>
> We have a letter to email in MSWord XP which has merge fields, merged in
[quoted text clipped - 11 lines]
> ------------------------------------------------
> ~~ Message posted from http://www.WordForums.com/
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.