Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook - Using Forms (http://www.outlookbanter.com/outlook-using-forms/)
-   -   How do set up a commandbutton on a customer form to open a web pag (http://www.outlookbanter.com/outlook-using-forms/5544-how-do-set-up-commandbutton.html)

Sean McCloskey February 1st 06 09:20 PM

How do set up a commandbutton on a customer form to open a web pag
 
I have a custom form in Outlook, I want a command button to be able to open a
specific webpage. I can't figure out how to do this. Can anyone help?

Sue Mosher [MVP-Outlook] February 1st 06 09:30 PM

How do set up a commandbutton on a customer form to open a web pag
 
See http://www.outlookcode.com/d/tips/formhyperlink.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Sean McCloskey" wrote in message ...
I have a custom form in Outlook, I want a command button to be able to open a
specific webpage. I can't figure out how to do this. Can anyone help?


Sean McCloskey February 1st 06 10:09 PM

How do set up a commandbutton on a customer form to open a web
 
I see where this is going, but I can't get it to work. I just want an on
click event that will launch IE and let's say go to www.microsoft.com

"Sue Mosher [MVP-Outlook]" wrote:

See http://www.outlookcode.com/d/tips/formhyperlink.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Sean McCloskey" wrote in message ...
I have a custom form in Outlook, I want a command button to be able to open a
specific webpage. I can't figure out how to do this. Can anyone help?



Sean McCloskey February 1st 06 10:16 PM

How do set up a commandbutton on a customer form to open a web
 
Nevermind I figured it out:

Set objWeb = CreateObject("InternetExplorer.Application")
objWeb.Navigate2("www.microsoft.com")
objWeb.Visible = True


"Sean McCloskey" wrote:

I see where this is going, but I can't get it to work. I just want an on
click event that will launch IE and let's say go to www.microsoft.com

"Sue Mosher [MVP-Outlook]" wrote:

See http://www.outlookcode.com/d/tips/formhyperlink.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Sean McCloskey" wrote in message ...
I have a custom form in Outlook, I want a command button to be able to open a
specific webpage. I can't figure out how to do this. Can anyone help?




All times are GMT +1. The time now is 09:03 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com