![]() |
| 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: button, implement, jump, one, tab |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
Is there a way to implement a button on a custom form with several tabs to jump from one tab to another? Regards, Thomas |
| Ads |
|
#2
|
|||
|
|||
|
Use the Inspector.SetCurrentFormPage method for that:
Sub CommandButton1_Click() Set insp = Item.GetInspector insp.SetCurrentFormPage "Your Page Caption" Set insp = Nothing End Sub -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx " wrote: Hi, Is there a way to implement a button on a custom form with several tabs to jump from one tab to another? Regards, Thomas |
|
#3
|
|||
|
|||
|
Thanks a lot! That's excatly what I was looking for.
On 14 Jul., 18:53, Sue Mosher [MVP-Outlook] wrote: Use the Inspector.SetCurrentFormPage method for that: Sub CommandButton1_Click() * * Set insp = Item.GetInspector * * insp.SetCurrentFormPage "Your Page Caption" * * Set insp = Nothing End Sub -- Sue Mosher, Outlook MVP * *Author of Microsoft Outlook Programming: Jumpstart * * * for Administrators, Power Users, and Developers * * *http://www.outlookcode.com/jumpstart.aspx " wrote: Hi, Is there a way to implement a button on a custom form with several tabs to jump from one tab to another? Regards, Thomas |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| can I make outlook portable; on my jump drive | Beverly | Outlook - Using Contacts | 4 | August 27th 07 03:11 PM |
| How can you go to or jump to a specific date quickly | MDales | Outlook - Calandaring | 3 | April 5th 07 11:58 PM |
| not implement | SanterelliFamily | Outlook - Calandaring | 0 | January 16th 07 04:11 PM |
| how to Implement Advanced Criteria Extensions | roger | Add-ins for Outlook | 1 | November 26th 06 08:50 PM |
| How can I implement a "Send Without Save" button | Midwest Muskie | Outlook - Installation | 2 | April 24th 06 10:53 PM |