Group:  Microsoft Word ยป microsoft.public.word.mailmerge.fields
Thread: Email Merge: sends documents, but eliminates all hyperlinks!

Geek News

Email Merge: sends documents, but eliminates all hyperlinks!
Nadine 5/17/2007 3:01:00 AM
Okay, after struggling to get mail-merge working at all, finally got it to
work, but when I send an email merge, it converts all the hyperlinks to just
formatted text.

In other words, the Text to Display for each link is there, but the
hyperlink is gone. I'm using Office XP (Word & Outlook 2002, SP3).

If I go to File>Send>Mail Recipient, then it sends the email and the links
are still in the email, it only eliminates hyperlinks when I do a mail merge.

I have 3 types of hyperlinks in the document: Web Page links, email links,
and links to different parts of the page.

The document is saved both as a word document and as an HTML page, I have
this mail-merge issue with both files.
--
Thanks for any help & advice you can give me!

Nadine
Re: Email Merge: sends documents, but eliminates all hyperlinks!
"Peter Jamieson" <pjj[ at ]KillmapSpjjnet.demon.co.uk> 5/17/2007 7:58:43 AM
There are certainly problems in this area. I would start with

http://support.microsoft.com/default.aspx/kb/912679

I would also experiment with unchecking

Microsoft Office Button|Word Options|Advanced|Web Options...Files"Update
links on save"

although I have no evidence to suggest that will make a difference in this
case.

However, what happens may well depend on whether your hyperlink is inserted
dynamically or is a "static" link.

Peter Jamieson



"Nadine" <Nadine[ at ]discussions.microsoft.com> wrote in message
news:B1F93E31-5921-472B-9D7D-A60161EB637B[ at ]microsoft.com...
[Quoted Text]
> Okay, after struggling to get mail-merge working at all, finally got it to
> work, but when I send an email merge, it converts all the hyperlinks to
> just
> formatted text.
>
> In other words, the Text to Display for each link is there, but the
> hyperlink is gone. I'm using Office XP (Word & Outlook 2002, SP3).
>
> If I go to File>Send>Mail Recipient, then it sends the email and the links
> are still in the email, it only eliminates hyperlinks when I do a mail
> merge.
>
> I have 3 types of hyperlinks in the document: Web Page links, email links,
> and links to different parts of the page.
>
> The document is saved both as a word document and as an HTML page, I have
> this mail-merge issue with both files.
> --
> Thanks for any help & advice you can give me!
>
> Nadine

Re: Email Merge: sends documents, but eliminates all hyperlinks!
Nadine 5/17/2007 9:28:00 AM
Thank you for your response, but I'm not sure how to use it. The article
seems to imply that the hyperlinks are merge fields, but they're not. What
I'm trying to do is create a template that has all my contact info and links
to my web sites in it, then send it as a mail-merge to my subscribers. So the
hyperlinks are created in the Word Document, then the only thing I'm merging
is the Subscribers Name from my Contacts in Outlook.

I could try doing this, but then what data source do I use, and then
wouldn't I have to do two merges, one for the hyperlinks and one for the
email merge? I'm not real clear on what the article is trying to tell me to
do...

2 - What is dynamic and static links? I put the hyperlinks in my document
using File Menu>Insert>Hyperlink.

Hope you can help some more!

--

"Peter Jamieson" wrote:

[Quoted Text]
> There are certainly problems in this area. I would start with
>
> http://support.microsoft.com/default.aspx/kb/912679
>
> I would also experiment with unchecking
>
> Microsoft Office Button|Word Options|Advanced|Web Options...Files"Update
> links on save"
>
> although I have no evidence to suggest that will make a difference in this
> case.
>
> However, what happens may well depend on whether your hyperlink is inserted
> dynamically or is a "static" link.
>
> Peter Jamieson
>
>
>
> "Nadine" <Nadine[ at ]discussions.microsoft.com> wrote in message
> news:B1F93E31-5921-472B-9D7D-A60161EB637B[ at ]microsoft.com...
> > Okay, after struggling to get mail-merge working at all, finally got it to
> > work, but when I send an email merge, it converts all the hyperlinks to
> > just
> > formatted text.
> >
> > In other words, the Text to Display for each link is there, but the
> > hyperlink is gone. I'm using Office XP (Word & Outlook 2002, SP3).
> >
> > If I go to File>Send>Mail Recipient, then it sends the email and the links
> > are still in the email, it only eliminates hyperlinks when I do a mail
> > merge.
> >
> > I have 3 types of hyperlinks in the document: Web Page links, email links,
> > and links to different parts of the page.
> >
> > The document is saved both as a word document and as an HTML page, I have
> > this mail-merge issue with both files.
> > --
> > Thanks for any help & advice you can give me!
> >
> > Nadine
>
Re: Email Merge: sends documents, but eliminates all hyperlinks!
"Peter Jamieson" <pjj[ at ]KillmapSpjjnet.demon.co.uk> 5/17/2007 9:45:59 AM
[Quoted Text]
> 2 - What is dynamic and static links? I put the hyperlinks in my document
> using File Menu>Insert>Hyperlink.

That's what I meant by "static" links, i.e. the ones that the article does
/not/ talk about.

However, there's an another article at

http://support.microsoft.com/kb/287004/en-us

that discusses mmerge to email with Word XP which /might/ shed some light on
this. What it says is that
a. when you merge a "web page" to email, the hyperlinks disappear (as you
describe)
b. to work around, you have to save as a single-page microsoft .mht format
"web page" and merge it as an attachment
c. the "problem" (and I have to assume the specific one they describe) is
fixed in Word XP SP3

There is also an article at

http://support.microsoft.com/kb/813673/en-us

which might have to be applied as well.

So what I'm wondering is whether trhe merge would actually work if you saved
your mail merge main document as a web page (i.e. .htm, not .mht) rather
than a .doc, then do the merge as normal. (The article also assumes you are
trying to merge using HTML format). The thing is that none of the stuff that
Word can do in .doc format, such as headers and footers, will get through an
e-mail merge anyway, so you probably would not lose by saving as .htm first.

I can't check this right now, but if that doesn't work, my only other
suggestion is that if merging using the technique described in the article I
previously mentioned actually works, then perhaps it is worth trying to
create your static links as if they wer dynamic links, e.g., instead of
their example

{ HYPERLINK { MERGEFIELD "Address1" } \*Mergeformat }

you could try

{ HYPERLINK { QUOTE "your hyperlink text" } \*Mergeformat }

or maybe

{ SET myhl "your hyperlink text" }{ HYPERLINK { REF mylt } \*Mergeformat }

If any of the above do work, please post back.

Peter Jamieson







"Nadine" <Nadine[ at ]discussions.microsoft.com> wrote in message
news:280396F6-5E4F-4745-A8B6-94B07DA472C4[ at ]microsoft.com...
> Thank you for your response, but I'm not sure how to use it. The article
> seems to imply that the hyperlinks are merge fields, but they're not. What
> I'm trying to do is create a template that has all my contact info and
> links
> to my web sites in it, then send it as a mail-merge to my subscribers. So
> the
> hyperlinks are created in the Word Document, then the only thing I'm
> merging
> is the Subscribers Name from my Contacts in Outlook.
>
> I could try doing this, but then what data source do I use, and then
> wouldn't I have to do two merges, one for the hyperlinks and one for the
> email merge? I'm not real clear on what the article is trying to tell me
> to
> do...
>
> 2 - What is dynamic and static links? I put the hyperlinks in my document
> using File Menu>Insert>Hyperlink.
>
> Hope you can help some more!
>
> --
>
> "Peter Jamieson" wrote:
>
>> There are certainly problems in this area. I would start with
>>
>> http://support.microsoft.com/default.aspx/kb/912679
>>
>> I would also experiment with unchecking
>>
>> Microsoft Office Button|Word Options|Advanced|Web Options...Files"Update
>> links on save"
>>
>> although I have no evidence to suggest that will make a difference in
>> this
>> case.
>>
>> However, what happens may well depend on whether your hyperlink is
>> inserted
>> dynamically or is a "static" link.
>>
>> Peter Jamieson
>>
>>
>>
>> "Nadine" <Nadine[ at ]discussions.microsoft.com> wrote in message
>> news:B1F93E31-5921-472B-9D7D-A60161EB637B[ at ]microsoft.com...
>> > Okay, after struggling to get mail-merge working at all, finally got it
>> > to
>> > work, but when I send an email merge, it converts all the hyperlinks to
>> > just
>> > formatted text.
>> >
>> > In other words, the Text to Display for each link is there, but the
>> > hyperlink is gone. I'm using Office XP (Word & Outlook 2002, SP3).
>> >
>> > If I go to File>Send>Mail Recipient, then it sends the email and the
>> > links
>> > are still in the email, it only eliminates hyperlinks when I do a mail
>> > merge.
>> >
>> > I have 3 types of hyperlinks in the document: Web Page links, email
>> > links,
>> > and links to different parts of the page.
>> >
>> > The document is saved both as a word document and as an HTML page, I
>> > have
>> > this mail-merge issue with both files.
>> > --
>> > Thanks for any help & advice you can give me!
>> >
>> > Nadine
>>

Re: Email Merge: sends documents, but eliminates all hyperlinks!
"Peter Jamieson" <pjj[ at ]KillmapSpjjnet.demon.co.uk> 5/17/2007 10:17:25 AM
[Quoted Text]
> The thing is that none of the stuff that Word can do in .doc format, such
> as headers and footers, will get through an e-mail merge anyway

Unless, of course, you merge to an attachment.

Peter Jamieson
"Peter Jamieson" <pjj[ at ]KillmapSpjjnet.demon.co.uk> wrote in message
news:DB08274E-5CEC-4CA9-AE5D-DF305B900383[ at ]microsoft.com...
>> 2 - What is dynamic and static links? I put the hyperlinks in my document
>> using File Menu>Insert>Hyperlink.
>
> That's what I meant by "static" links, i.e. the ones that the article does
> /not/ talk about.
>
> However, there's an another article at
>
> http://support.microsoft.com/kb/287004/en-us
>
> that discusses mmerge to email with Word XP which /might/ shed some light
> on this. What it says is that
> a. when you merge a "web page" to email, the hyperlinks disappear (as you
> describe)
> b. to work around, you have to save as a single-page microsoft .mht format
> "web page" and merge it as an attachment
> c. the "problem" (and I have to assume the specific one they describe) is
> fixed in Word XP SP3
>
> There is also an article at
>
> http://support.microsoft.com/kb/813673/en-us
>
> which might have to be applied as well.
>
> So what I'm wondering is whether trhe merge would actually work if you
> saved your mail merge main document as a web page (i.e. .htm, not .mht)
> rather than a .doc, then do the merge as normal. (The article also assumes
> you are trying to merge using HTML format). The thing is that none of the
> stuff that Word can do in .doc format, such as headers and footers, will
> get through an e-mail merge anyway, so you probably would not lose by
> saving as .htm first.
>
> I can't check this right now, but if that doesn't work, my only other
> suggestion is that if merging using the technique described in the article
> I previously mentioned actually works, then perhaps it is worth trying to
> create your static links as if they wer dynamic links, e.g., instead of
> their example
>
> { HYPERLINK { MERGEFIELD "Address1" } \*Mergeformat }
>
> you could try
>
> { HYPERLINK { QUOTE "your hyperlink text" } \*Mergeformat }
>
> or maybe
>
> { SET myhl "your hyperlink text" }{ HYPERLINK { REF mylt } \*Mergeformat }
>
> If any of the above do work, please post back.
>
> Peter Jamieson
>
>
>
>
>
>
>
> "Nadine" <Nadine[ at ]discussions.microsoft.com> wrote in message
> news:280396F6-5E4F-4745-A8B6-94B07DA472C4[ at ]microsoft.com...
>> Thank you for your response, but I'm not sure how to use it. The article
>> seems to imply that the hyperlinks are merge fields, but they're not.
>> What
>> I'm trying to do is create a template that has all my contact info and
>> links
>> to my web sites in it, then send it as a mail-merge to my subscribers. So
>> the
>> hyperlinks are created in the Word Document, then the only thing I'm
>> merging
>> is the Subscribers Name from my Contacts in Outlook.
>>
>> I could try doing this, but then what data source do I use, and then
>> wouldn't I have to do two merges, one for the hyperlinks and one for the
>> email merge? I'm not real clear on what the article is trying to tell me
>> to
>> do...
>>
>> 2 - What is dynamic and static links? I put the hyperlinks in my document
>> using File Menu>Insert>Hyperlink.
>>
>> Hope you can help some more!
>>
>> --
>>
>> "Peter Jamieson" wrote:
>>
>>> There are certainly problems in this area. I would start with
>>>
>>> http://support.microsoft.com/default.aspx/kb/912679
>>>
>>> I would also experiment with unchecking
>>>
>>> Microsoft Office Button|Word Options|Advanced|Web Options...Files"Update
>>> links on save"
>>>
>>> although I have no evidence to suggest that will make a difference in
>>> this
>>> case.
>>>
>>> However, what happens may well depend on whether your hyperlink is
>>> inserted
>>> dynamically or is a "static" link.
>>>
>>> Peter Jamieson
>>>
>>>
>>>
>>> "Nadine" <Nadine[ at ]discussions.microsoft.com> wrote in message
>>> news:B1F93E31-5921-472B-9D7D-A60161EB637B[ at ]microsoft.com...
>>> > Okay, after struggling to get mail-merge working at all, finally got
>>> > it to
>>> > work, but when I send an email merge, it converts all the hyperlinks
>>> > to
>>> > just
>>> > formatted text.
>>> >
>>> > In other words, the Text to Display for each link is there, but the
>>> > hyperlink is gone. I'm using Office XP (Word & Outlook 2002, SP3).
>>> >
>>> > If I go to File>Send>Mail Recipient, then it sends the email and the
>>> > links
>>> > are still in the email, it only eliminates hyperlinks when I do a mail
>>> > merge.
>>> >
>>> > I have 3 types of hyperlinks in the document: Web Page links, email
>>> > links,
>>> > and links to different parts of the page.
>>> >
>>> > The document is saved both as a word document and as an HTML page, I
>>> > have
>>> > this mail-merge issue with both files.
>>> > --
>>> > Thanks for any help & advice you can give me!
>>> >
>>> > Nadine
>>>
>

Re: Email Merge: sends documents, but eliminates all hyperlinks!
Nadine 5/23/2007 9:28:02 AM
Thanks for all the advice. Sorry it took me so long to get back to you. I was
on a business trip, and didn't have time to try any of this stuff until
yesterday. I thought that I had the latest Updates, because in
Word>Help>About Word it said version/SP3, but when I clicked on find updates
that was there. So after updating pretty much all day, my mail merge finally
works like it should! Yay!!!! Hyperlinks included ;-)
--
Thanks for your help!
Nadine


"Peter Jamieson" wrote:

[Quoted Text]
> > 2 - What is dynamic and static links? I put the hyperlinks in my document
> > using File Menu>Insert>Hyperlink.
>
> That's what I meant by "static" links, i.e. the ones that the article does
> /not/ talk about.
>
> However, there's an another article at
>
> http://support.microsoft.com/kb/287004/en-us
>
> that discusses mmerge to email with Word XP which /might/ shed some light on
> this. What it says is that
> a. when you merge a "web page" to email, the hyperlinks disappear (as you
> describe)
> b. to work around, you have to save as a single-page microsoft .mht format
> "web page" and merge it as an attachment
> c. the "problem" (and I have to assume the specific one they describe) is
> fixed in Word XP SP3
>
> There is also an article at
>
> http://support.microsoft.com/kb/813673/en-us
>
> which might have to be applied as well.
>
> So what I'm wondering is whether trhe merge would actually work if you saved
> your mail merge main document as a web page (i.e. .htm, not .mht) rather
> than a .doc, then do the merge as normal. (The article also assumes you are
> trying to merge using HTML format). The thing is that none of the stuff that
> Word can do in .doc format, such as headers and footers, will get through an
> e-mail merge anyway, so you probably would not lose by saving as .htm first.
>
> I can't check this right now, but if that doesn't work, my only other
> suggestion is that if merging using the technique described in the article I
> previously mentioned actually works, then perhaps it is worth trying to
> create your static links as if they wer dynamic links, e.g., instead of
> their example
>
> { HYPERLINK { MERGEFIELD "Address1" } \*Mergeformat }
>
> you could try
>
> { HYPERLINK { QUOTE "your hyperlink text" } \*Mergeformat }
>
> or maybe
>
> { SET myhl "your hyperlink text" }{ HYPERLINK { REF mylt } \*Mergeformat }
>
> If any of the above do work, please post back.
>
> Peter Jamieson
>
>
>
>
>
>
>
> "Nadine" <Nadine[ at ]discussions.microsoft.com> wrote in message
> news:280396F6-5E4F-4745-A8B6-94B07DA472C4[ at ]microsoft.com...
> > Thank you for your response, but I'm not sure how to use it. The article
> > seems to imply that the hyperlinks are merge fields, but they're not. What
> > I'm trying to do is create a template that has all my contact info and
> > links
> > to my web sites in it, then send it as a mail-merge to my subscribers. So
> > the
> > hyperlinks are created in the Word Document, then the only thing I'm
> > merging
> > is the Subscribers Name from my Contacts in Outlook.
> >
> > I could try doing this, but then what data source do I use, and then
> > wouldn't I have to do two merges, one for the hyperlinks and one for the
> > email merge? I'm not real clear on what the article is trying to tell me
> > to
> > do...
> >
> > 2 - What is dynamic and static links? I put the hyperlinks in my document
> > using File Menu>Insert>Hyperlink.
> >
> > Hope you can help some more!
> >
> > --
> >
> > "Peter Jamieson" wrote:
> >
> >> There are certainly problems in this area. I would start with
> >>
> >> http://support.microsoft.com/default.aspx/kb/912679
> >>
> >> I would also experiment with unchecking
> >>
> >> Microsoft Office Button|Word Options|Advanced|Web Options...Files"Update
> >> links on save"
> >>
> >> although I have no evidence to suggest that will make a difference in
> >> this
> >> case.
> >>
> >> However, what happens may well depend on whether your hyperlink is
> >> inserted
> >> dynamically or is a "static" link.
> >>
> >> Peter Jamieson
> >>
> >>
> >>
> >> "Nadine" <Nadine[ at ]discussions.microsoft.com> wrote in message
> >> news:B1F93E31-5921-472B-9D7D-A60161EB637B[ at ]microsoft.com...
> >> > Okay, after struggling to get mail-merge working at all, finally got it
> >> > to
> >> > work, but when I send an email merge, it converts all the hyperlinks to
> >> > just
> >> > formatted text.
> >> >
> >> > In other words, the Text to Display for each link is there, but the
> >> > hyperlink is gone. I'm using Office XP (Word & Outlook 2002, SP3).
> >> >
> >> > If I go to File>Send>Mail Recipient, then it sends the email and the
> >> > links
> >> > are still in the email, it only eliminates hyperlinks when I do a mail
> >> > merge.
> >> >
> >> > I have 3 types of hyperlinks in the document: Web Page links, email
> >> > links,
> >> > and links to different parts of the page.
> >> >
> >> > The document is saved both as a word document and as an HTML page, I
> >> > have
> >> > this mail-merge issue with both files.
> >> > --
> >> > Thanks for any help & advice you can give me!
> >> >
> >> > Nadine
> >>
>
Re: Email Merge: sends documents, but eliminates all hyperlinks!
Nadine 5/23/2007 9:41:01 AM
Actually didn't have to do anything else but update. Now I can email-merge
from the .doc file, and all the 3 different kinds of hyperlinks in my letter
still go through. The http://support.microsoft.com/kb/813673 was the answer
to the problem I was having.
--
Thanks again!

Nadine


"Peter Jamieson" wrote:

[Quoted Text]
> > The thing is that none of the stuff that Word can do in .doc format, such
> > as headers and footers, will get through an e-mail merge anyway
>
> Unless, of course, you merge to an attachment.
>
> Peter Jamieson
> "Peter Jamieson" <pjj[ at ]KillmapSpjjnet.demon.co.uk> wrote in message
> news:DB08274E-5CEC-4CA9-AE5D-DF305B900383[ at ]microsoft.com...
> >> 2 - What is dynamic and static links? I put the hyperlinks in my document
> >> using File Menu>Insert>Hyperlink.
> >
> > That's what I meant by "static" links, i.e. the ones that the article does
> > /not/ talk about.
> >
> > However, there's an another article at
> >
> > http://support.microsoft.com/kb/287004/en-us
> >
> > that discusses mmerge to email with Word XP which /might/ shed some light
> > on this. What it says is that
> > a. when you merge a "web page" to email, the hyperlinks disappear (as you
> > describe)
> > b. to work around, you have to save as a single-page microsoft .mht format
> > "web page" and merge it as an attachment
> > c. the "problem" (and I have to assume the specific one they describe) is
> > fixed in Word XP SP3
> >
> > There is also an article at
> >
> > http://support.microsoft.com/kb/813673/en-us
> >
> > which might have to be applied as well.
> >
> > So what I'm wondering is whether trhe merge would actually work if you
> > saved your mail merge main document as a web page (i.e. .htm, not .mht)
> > rather than a .doc, then do the merge as normal. (The article also assumes
> > you are trying to merge using HTML format). The thing is that none of the
> > stuff that Word can do in .doc format, such as headers and footers, will
> > get through an e-mail merge anyway, so you probably would not lose by
> > saving as .htm first.
> >
> > I can't check this right now, but if that doesn't work, my only other
> > suggestion is that if merging using the technique described in the article
> > I previously mentioned actually works, then perhaps it is worth trying to
> > create your static links as if they wer dynamic links, e.g., instead of
> > their example
> >
> > { HYPERLINK { MERGEFIELD "Address1" } \*Mergeformat }
> >
> > you could try
> >
> > { HYPERLINK { QUOTE "your hyperlink text" } \*Mergeformat }
> >
> > or maybe
> >
> > { SET myhl "your hyperlink text" }{ HYPERLINK { REF mylt } \*Mergeformat }
> >
> > If any of the above do work, please post back.
> >
> > Peter Jamieson
> >
> >
> >
> >
> >
> >
> >
> > "Nadine" <Nadine[ at ]discussions.microsoft.com> wrote in message
> > news:280396F6-5E4F-4745-A8B6-94B07DA472C4[ at ]microsoft.com...
> >> Thank you for your response, but I'm not sure how to use it. The article
> >> seems to imply that the hyperlinks are merge fields, but they're not.
> >> What
> >> I'm trying to do is create a template that has all my contact info and
> >> links
> >> to my web sites in it, then send it as a mail-merge to my subscribers. So
> >> the
> >> hyperlinks are created in the Word Document, then the only thing I'm
> >> merging
> >> is the Subscribers Name from my Contacts in Outlook.
> >>
> >> I could try doing this, but then what data source do I use, and then
> >> wouldn't I have to do two merges, one for the hyperlinks and one for the
> >> email merge? I'm not real clear on what the article is trying to tell me
> >> to
> >> do...
> >>
> >> 2 - What is dynamic and static links? I put the hyperlinks in my document
> >> using File Menu>Insert>Hyperlink.
> >>
> >> Hope you can help some more!
> >>
> >> --
> >>
> >> "Peter Jamieson" wrote:
> >>
> >>> There are certainly problems in this area. I would start with
> >>>
> >>> http://support.microsoft.com/default.aspx/kb/912679
> >>>
> >>> I would also experiment with unchecking
> >>>
> >>> Microsoft Office Button|Word Options|Advanced|Web Options...Files"Update
> >>> links on save"
> >>>
> >>> although I have no evidence to suggest that will make a difference in
> >>> this
> >>> case.
> >>>
> >>> However, what happens may well depend on whether your hyperlink is
> >>> inserted
> >>> dynamically or is a "static" link.
> >>>
> >>> Peter Jamieson
> >>>
> >>>
> >>>
> >>> "Nadine" <Nadine[ at ]discussions.microsoft.com> wrote in message
> >>> news:B1F93E31-5921-472B-9D7D-A60161EB637B[ at ]microsoft.com...
> >>> > Okay, after struggling to get mail-merge working at all, finally got
> >>> > it to
> >>> > work, but when I send an email merge, it converts all the hyperlinks
> >>> > to
> >>> > just
> >>> > formatted text.
> >>> >
> >>> > In other words, the Text to Display for each link is there, but the
> >>> > hyperlink is gone. I'm using Office XP (Word & Outlook 2002, SP3).
> >>> >
> >>> > If I go to File>Send>Mail Recipient, then it sends the email and the
> >>> > links
> >>> > are still in the email, it only eliminates hyperlinks when I do a mail
> >>> > merge.
> >>> >
> >>> > I have 3 types of hyperlinks in the document: Web Page links, email
> >>> > links,
> >>> > and links to different parts of the page.
> >>> >
> >>> > The document is saved both as a word document and as an HTML page, I
> >>> > have
> >>> > this mail-merge issue with both files.
> >>> > --
> >>> > Thanks for any help & advice you can give me!
> >>> >
> >>> > Nadine
> >>>
> >
>
>
Re: Email Merge: sends documents, but eliminates all hyperlinks!
"Peter Jamieson" <pjj[ at ]KillmapSpjjnet.demon.co.uk> 5/23/2007 11:29:19 AM
Thanks, useful feedback.

Peter Jamieson
"Nadine" <Nadine[ at ]discussions.microsoft.com> wrote in message
news:B1EF99FC-21F5-41F5-A31B-6C7D27728D71[ at ]microsoft.com...
[Quoted Text]
> Actually didn't have to do anything else but update. Now I can email-merge
> from the .doc file, and all the 3 different kinds of hyperlinks in my
> letter
> still go through. The http://support.microsoft.com/kb/813673 was the
> answer
> to the problem I was having.
> --
> Thanks again!
>
> Nadine
>
>
> "Peter Jamieson" wrote:
>
>> > The thing is that none of the stuff that Word can do in .doc format,
>> > such
>> > as headers and footers, will get through an e-mail merge anyway
>>
>> Unless, of course, you merge to an attachment.
>>
>> Peter Jamieson
>> "Peter Jamieson" <pjj[ at ]KillmapSpjjnet.demon.co.uk> wrote in message
>> news:DB08274E-5CEC-4CA9-AE5D-DF305B900383[ at ]microsoft.com...
>> >> 2 - What is dynamic and static links? I put the hyperlinks in my
>> >> document
>> >> using File Menu>Insert>Hyperlink.
>> >
>> > That's what I meant by "static" links, i.e. the ones that the article
>> > does
>> > /not/ talk about.
>> >
>> > However, there's an another article at
>> >
>> > http://support.microsoft.com/kb/287004/en-us
>> >
>> > that discusses mmerge to email with Word XP which /might/ shed some
>> > light
>> > on this. What it says is that
>> > a. when you merge a "web page" to email, the hyperlinks disappear (as
>> > you
>> > describe)
>> > b. to work around, you have to save as a single-page microsoft .mht
>> > format
>> > "web page" and merge it as an attachment
>> > c. the "problem" (and I have to assume the specific one they describe)
>> > is
>> > fixed in Word XP SP3
>> >
>> > There is also an article at
>> >
>> > http://support.microsoft.com/kb/813673/en-us
>> >
>> > which might have to be applied as well.
>> >
>> > So what I'm wondering is whether trhe merge would actually work if you
>> > saved your mail merge main document as a web page (i.e. .htm, not .mht)
>> > rather than a .doc, then do the merge as normal. (The article also
>> > assumes
>> > you are trying to merge using HTML format). The thing is that none of
>> > the
>> > stuff that Word can do in .doc format, such as headers and footers,
>> > will
>> > get through an e-mail merge anyway, so you probably would not lose by
>> > saving as .htm first.
>> >
>> > I can't check this right now, but if that doesn't work, my only other
>> > suggestion is that if merging using the technique described in the
>> > article
>> > I previously mentioned actually works, then perhaps it is worth trying
>> > to
>> > create your static links as if they wer dynamic links, e.g., instead of
>> > their example
>> >
>> > { HYPERLINK { MERGEFIELD "Address1" } \*Mergeformat }
>> >
>> > you could try
>> >
>> > { HYPERLINK { QUOTE "your hyperlink text" } \*Mergeformat }
>> >
>> > or maybe
>> >
>> > { SET myhl "your hyperlink text" }{ HYPERLINK { REF mylt }
>> > \*Mergeformat }
>> >
>> > If any of the above do work, please post back.
>> >
>> > Peter Jamieson
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > "Nadine" <Nadine[ at ]discussions.microsoft.com> wrote in message
>> > news:280396F6-5E4F-4745-A8B6-94B07DA472C4[ at ]microsoft.com...
>> >> Thank you for your response, but I'm not sure how to use it. The
>> >> article
>> >> seems to imply that the hyperlinks are merge fields, but they're not.
>> >> What
>> >> I'm trying to do is create a template that has all my contact info and
>> >> links
>> >> to my web sites in it, then send it as a mail-merge to my subscribers.
>> >> So
>> >> the
>> >> hyperlinks are created in the Word Document, then the only thing I'm
>> >> merging
>> >> is the Subscribers Name from my Contacts in Outlook.
>> >>
>> >> I could try doing this, but then what data source do I use, and then
>> >> wouldn't I have to do two merges, one for the hyperlinks and one for
>> >> the
>> >> email merge? I'm not real clear on what the article is trying to tell
>> >> me
>> >> to
>> >> do...
>> >>
>> >> 2 - What is dynamic and static links? I put the hyperlinks in my
>> >> document
>> >> using File Menu>Insert>Hyperlink.
>> >>
>> >> Hope you can help some more!
>> >>
>> >> --
>> >>
>> >> "Peter Jamieson" wrote:
>> >>
>> >>> There are certainly problems in this area. I would start with
>> >>>
>> >>> http://support.microsoft.com/default.aspx/kb/912679
>> >>>
>> >>> I would also experiment with unchecking
>> >>>
>> >>> Microsoft Office Button|Word Options|Advanced|Web
>> >>> Options...Files"Update
>> >>> links on save"
>> >>>
>> >>> although I have no evidence to suggest that will make a difference in
>> >>> this
>> >>> case.
>> >>>
>> >>> However, what happens may well depend on whether your hyperlink is
>> >>> inserted
>> >>> dynamically or is a "static" link.
>> >>>
>> >>> Peter Jamieson
>> >>>
>> >>>
>> >>>
>> >>> "Nadine" <Nadine[ at ]discussions.microsoft.com> wrote in message
>> >>> news:B1F93E31-5921-472B-9D7D-A60161EB637B[ at ]microsoft.com...
>> >>> > Okay, after struggling to get mail-merge working at all, finally
>> >>> > got
>> >>> > it to
>> >>> > work, but when I send an email merge, it converts all the
>> >>> > hyperlinks
>> >>> > to
>> >>> > just
>> >>> > formatted text.
>> >>> >
>> >>> > In other words, the Text to Display for each link is there, but the
>> >>> > hyperlink is gone. I'm using Office XP (Word & Outlook 2002, SP3).
>> >>> >
>> >>> > If I go to File>Send>Mail Recipient, then it sends the email and
>> >>> > the
>> >>> > links
>> >>> > are still in the email, it only eliminates hyperlinks when I do a
>> >>> > mail
>> >>> > merge.
>> >>> >
>> >>> > I have 3 types of hyperlinks in the document: Web Page links, email
>> >>> > links,
>> >>> > and links to different parts of the page.
>> >>> >
>> >>> > The document is saved both as a word document and as an HTML page,
>> >>> > I
>> >>> > have
>> >>> > this mail-merge issue with both files.
>> >>> > --
>> >>> > Thanks for any help & advice you can give me!
>> >>> >
>> >>> > Nadine
>> >>>
>> >
>>
>>

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net