Thread: SueHelpMe
View Single Post
  #1  
Old May 13th 07, 07:05 AM posted to microsoft.public.outlook.program_forms
OfficeWannaBe via OfficeKB.com
external usenet poster
 
Posts: 2
Default SueHelpMe

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

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...forms/200705/1

Ads