Application.ShowOSFTaskPane method (Project)

Shows an empty Office Add-ins task pane.

Syntax

expression. ShowOSFTaskPane (Name)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Name Optional String The name of the task pane app.

Note

Not implemented in Project.

|

Return value

Boolean

True if the task pane is displayed; otherwise, False.

Remarks

The ShowOSFTaskPane method is not fully implemented in Project. If another task pane app has been loaded, the ShowOSFTaskPane method displays an empty Office Add-ins task pane with an APP ERROR message. If another task pane app has not previously been loaded, the ShowOSFTaskPane method does nothing.

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.