SmartDocument.RefreshPane Method
Refreshes the Document Actions task pane for the active document in Microsoft Office Word 2003 or Microsoft Office Word or a workbook in Microsoft Office Excel 2003 or Microsoft Office Excel.
Syntax
expression.RefreshPane
expression A variable that represents a SmartDocument object.
Remarks
The RefreshPane method raises an error if the active document does not have an XML expansion pack attached.
Example
The following example determines whether the active Excel workbook has an XML expansion pack attached. If so, it refreshes the smart document's Document Actions task pane.
| Visual Basic for Applications |
|---|
|