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?
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?