SueHelpMe

  • Thread starter OfficeWannaBe via OfficeKB.com
  • Start date
O

OfficeWannaBe via OfficeKB.com

Using Sue Mosher's excellent book "Microsoft Outlook Programming", I added
the following code to my form:

Sub lblLink_Click()
Set objWeb = CreateObject("InternetExplorer.Application")
objWeb.Navigate Item.GetInspector.ModifiedFormPages ("Message"). _
Controls("lblLink").Caption
objWeb.Visible = True
End Sub

This forces a hyperlink to the object named "lblLink" on the form. However,
when the form is sent, the recipient of the e-mail can see the link, but it
does not work. It only works from the compose page after I run the form from
the menu bar.

I am a complete novice at all of this stuff but I love the book!

Thanks
 
S

Sue Mosher [MVP-Outlook]

Code runs only on published forms that are not one-offs. This means that the form must be published to the Organizational Forms library or each users's Personal Forms library with the "Send form definition with item" box on the (Properties) page unchecked.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Hyperlink in Outlook form v2 5
Link in label tag work working 3
Label click not working 6
using a command button to operate a hyperlink 5
open file 8
navigate 1
Print from IE 3
URL's in Custom Forms 1

Top