View Single Post
  #3  
Old March 4th 08, 03:50 PM posted to microsoft.public.outlook.program_forms
Charletonp
external usenet poster
 
Posts: 2
Default How to select a particular tab on an Outlook custom form on en

Thanks, will try and see where I land.
--
Paul


"Sue Mosher [MVP-Outlook]" wrote:

The method you're looking for is Inspector.SetCurrentFormPage:

Set myInsp = Item.GetInspector
myInsp.SetCurrentFormPage "P.2"
Set myInsp = Nothing

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Charletonp" wrote in message ...
Hi guys....I have a multi-tab form. As default, these all enter on the main
message tab, but as a workflow solution I would like to enter (on new read)
on a given tab depending on the completion status of previous tabs of the
same form as it passes from person to person. Any ideas - I can't see a
SELECT capability on the VBSCRIPT.
--
Paul


Ads