PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Word merge to outlook breaks clickable links

Reply

Word merge to outlook breaks clickable links

 
Thread Tools Rate Thread
Old 19-09-2003, 09:38 PM   #1
Amy Beltaine
Guest
 
Posts: n/a
Default Word merge to outlook breaks clickable links


I'm merging a link into word for sending out through
outlook. Because the link is a merge field, not something
typed in, word never gets a chance to format it as a
clickable link before the merged document is placed in
Outlook's outbox.

I can manually edit the resulting e-mails sitting in the
outbox (when my computer is off the network) so that I
trigger the format event that turns the URL into a
clickable link. But I don't want to click into each of
2000 e-mails and do this manually.

Can you think of a command in outlook (or vb?) that would
go through all the e-mails in outlook and trigger the
formatting event that turns URLs into links?

THANK YOU!
Amy Beltaine
Technology Learning Center
Cornell's School of Hotel Administration

  Reply With Quote
Old 22-09-2003, 02:01 PM   #2
Sue Mosher [MVP]
Guest
 
Posts: n/a
Default Re: Word merge to outlook breaks clickable links

Office version? This was fixed in an Office XP service pack.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Amy Beltaine" <aks3@cornell.edu> wrote in message news:11c401c37eee$029b6340$a001280a@phx.gbl...
> I'm merging a link into word for sending out through
> outlook. Because the link is a merge field, not something
> typed in, word never gets a chance to format it as a
> clickable link before the merged document is placed in
> Outlook's outbox.
>
> I can manually edit the resulting e-mails sitting in the
> outbox (when my computer is off the network) so that I
> trigger the format event that turns the URL into a
> clickable link. But I don't want to click into each of
> 2000 e-mails and do this manually.
>
> Can you think of a command in outlook (or vb?) that would
> go through all the e-mails in outlook and trigger the
> formatting event that turns URLs into links?
>
> THANK YOU!
> Amy Beltaine
> Technology Learning Center
> Cornell's School of Hotel Administration
>

  Reply With Quote
Old 22-09-2003, 05:33 PM   #3
Sue Mosher [MVP]
Guest
 
Posts: n/a
Default Re: Word merge to outlook breaks clickable links

Ah, it's a merged field. I missed that. You can do a fair amount of automation with Word's merge objects but not if you're using Outlook data directly as a source. One possible approach would be to include code to build the data source from Outlook as a table, then do a programmatic merge from that table. I don't know if it's possible to force an autoformat but perhaps someone in the Word mail merge newsgroup would know.

The newsgroup interface at Developersdex (http://www.developersdex.com) does not automatically quote the text of the original message when you post a reply. Please take the time to quote the original message manually so that people reading your current response can understand what you're talking about. Otherwise, you may not receive the answer you're looking for.

--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Amy Beltaine" <aks3@cornell.edu> wrote in message news:ODRuRCSgDHA.3104@TK2MSFTNGP11.phx.gbl...
> Thanks Sue for that hint.
> I ran the updates and I'm now fully updated (service pack 2 of office xp
> and the most recent service packs for windows too.
>
> BUT this did not change the clickability of the link.
>
> I think that because it is a merged field, office never gets a chance to
> run the formatting command that turns it into a clickable link.
>
> Is there any want to get into the mail merge process and force an
> autoformat midstream on each resulting e-mail/document?
>
> THANKS!
> Amy Beltaine
> Technology Learning Center
> Cornell University
> Ithaca, NY
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off