TaskPanes object (Word)
A collection of TaskPane objects that contains commonly performed tasks in Microsoft Word.
Use the TaskPanes property to return the TaskPanes collection. Use the Item method with a WdTaskPanes constant to refer to a specific task pane. The example below displays the formatting task pane.
Sub FormattingPane()
Application.TaskPanes(wdTaskPaneFormatting).Visible = True
End Sub
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.