Application.ShowClipboard Method

Word Developer Reference

Displays the Clipboard task pane.

Syntax

expression.ShowClipboard

expression   Required. A variable that represents an Application object.

Example

The following example shows the Clipboard task pane.

Visual Basic for Applications
  Application.ShowClipboard

See Also