J Joel Allen Sep 30, 2006 #1 I have 5 tabs in my task. Is there a way to programatically default to one of the tabs instead of the first one?
I have 5 tabs in my task. Is there a way to programatically default to one of the tabs instead of the first one?
S Sue Mosher [MVP-Outlook] Sep 30, 2006 #2 You can put code behind the Item_Open event handler to call Inspector.SetCurrentFormPage to the one you want users to see first. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers
You can put code behind the Item_Open event handler to call Inspector.SetCurrentFormPage to the one you want users to see first. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers