T
tmreyes
I have a label and i have put a static link into the Tag property with the
following code behind it
Sub Label15_Click()
Set objWeb = CreateObject("InternetExplorer.Application")
objWeb.Navigate Item.GetInspector.ModifiedFormPages _
("Message").Controls("Label15").Tag
objWeb.Visible = True
End Sub
when it run the form in design mode and click on the label it works and goes
to the link site but when i actually send the form to myself via outlook the
link does not work when i click on the label. any suggestions?
thanks in advance.
following code behind it
Sub Label15_Click()
Set objWeb = CreateObject("InternetExplorer.Application")
objWeb.Navigate Item.GetInspector.ModifiedFormPages _
("Message").Controls("Label15").Tag
objWeb.Visible = True
End Sub
when it run the form in design mode and click on the label it works and goes
to the link site but when i actually send the form to myself via outlook the
link does not work when i click on the label. any suggestions?
thanks in advance.