G
Guest
I created a cmd btn and it works fine except on the read page. When I run
the form and click the btn the webpage opens. When I receive the form in my
inbox and I click on the btn nothing happens. Is that normal? Here is the
code I am using -
Sub cmdbtnSICLookup_Click()
Set Web = CreateObject("InternetExplorer.Application")
Web.Visible = TRUE
Web.Navigate "http://www.osha.gov/pls/imis/sic_manual.html"
End Sub
the form and click the btn the webpage opens. When I receive the form in my
inbox and I click on the btn nothing happens. Is that normal? Here is the
code I am using -
Sub cmdbtnSICLookup_Click()
Set Web = CreateObject("InternetExplorer.Application")
Web.Visible = TRUE
Web.Navigate "http://www.osha.gov/pls/imis/sic_manual.html"
End Sub