Default tab

  • Thread starter Thread starter Joel Allen
  • Start date Start date
J

Joel Allen

I have 5 tabs in my task. Is there a way to programatically default to one
of the tabs instead of the first one?
 
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
 
Back
Top