"Getting Started" taskpane

T

Trabelsy

Hello,
in my office 2003 template i want to toggle the task pane from the "Document
Actions" taskpane to the "Getting Started" taskpane.

i use:
Globals.ThisDocument.Application.TaskPanes[Microsoft.Office.Interop.Word.WdTaskPanes.wdTaskPaneDocumentActions].Visible = true;
in order to show the "Document Actions", but the enum has no option of
"getting started", the only options are:


wdTaskPaneFormatting = 0,
wdTaskPaneRevealFormatting = 1,
wdTaskPaneMailMerge = 2,
wdTaskPaneTranslate = 3,
wdTaskPaneSearch = 4,
wdTaskPaneXMLStructure = 5,
wdTaskPaneDocumentProtection = 6,
wdTaskPaneDocumentActions = 7,
wdTaskPaneSharedWorkspace = 8,
wdTaskPaneHelp = 9,
wdTaskPaneResearch = 10,
wdTaskPaneFaxService = 11,
wdTaskPaneXMLDocument = 12,
wdTaskPaneDocumentUpdates = 13,

can anyone help?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top