![]() |
| 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. |
|
|||||||
| Tags: commandbutton, customer, form, open, pag, set, web |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
|||
|
|||
|
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
|
|||
|
|||
|
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 | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Exporting the Customer ID field in Outlook | gena | Outlook - Using Contacts | 2 | March 4th 06 08:51 AM |
| how do i set up outlook to automaticly open atachments | sncbf | Outlook - General Queries | 3 | February 15th 06 02:17 AM |
| how do I set up a calendar as a web page? | VA rider | Outlook - General Queries | 1 | January 29th 06 10:50 AM |
| How do I set up my calendar to open shared calendars at start up? | harleygirl | Outlook - Calandaring | 1 | January 24th 06 04:20 PM |
| option not show any customer list under category view by default | Zane Xu | Outlook - Using Contacts | 1 | January 19th 06 06:27 PM |