Expand Minimize
This topic has not yet been rated - Rate this topic

Application.TaskPanes Property

Office 2007
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.

Visual Basic for Applications
Sub showFormatting()
    Application.TaskPanes.Item(wdTaskPaneFormatting).Visible = True
End Sub



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.