A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

How do set up a commandbutton on a customer form to open a web pag



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 1st 06, 09:20 PM posted to microsoft.public.outlook.program_forms
Sean McCloskey
external usenet poster
 
Posts: 5
Default 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?
Ads
  #2  
Old February 1st 06, 09:30 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default 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?

  #3  
Old February 1st 06, 10:09 PM posted to microsoft.public.outlook.program_forms
Sean McCloskey
external usenet poster
 
Posts: 5
Default 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?


  #4  
Old February 1st 06, 10:16 PM posted to microsoft.public.outlook.program_forms
Sean McCloskey
external usenet poster
 
Posts: 5
Default 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?


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Exporting the Customer ID field in Outlook gena Outlook - Using Contacts 2 March 4th 06 07:51 AM
how do i set up outlook to automaticly open atachments sncbf Outlook - General Queries 3 February 15th 06 01:17 AM
how do I set up a calendar as a web page? VA rider Outlook - General Queries 1 January 29th 06 09:50 AM
How do I set up my calendar to open shared calendars at start up? harleygirl Outlook - Calandaring 1 January 24th 06 03:20 PM
option not show any customer list under category view by default Zane Xu Outlook - Using Contacts 1 January 19th 06 05:27 PM


All times are GMT +1. The time now is 05:01 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.