DisplayDocumentActionTaskPane Property [Excel 2003 VBA Language Reference]

Set to True to display the Document Actions task pane; set to False to hide the Document Actions task pane. Read/write Boolean.

expression.DisplayDocumentActionTaskPane

expression Required. An expression that returns an Application object.

Remarks

Setting this property to True will result in a run-time error if the active workbook is not a smart document.

Applies to | Application Object