Application.TaskPanes property (Word)

Returns a TaskPanes collection that represents the most commonly performed tasks in Microsoft Word.

Syntax

expression. TaskPanes

expression An expression that returns an Application object.

Example

The following example displays the task pane that contains information about formatting in a document.

Sub showFormatting() 
 Application.TaskPanes.Item(wdTaskPaneFormatting).Visible = True 
End Sub

See also

Application Object

Support and feedback

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.