Copies data from the Clipboard to a DataObject.
Syntax
String = object.GetFromClipboard( )
The GetFromClipboard method syntax has these parts:
Part | Description |
---|---|
object | Required. A valid object name. |
Remarks
The DataObject can contain multiple data items, but each item must be in a different format. For example, the DataObject might include one text item and one item in a custom format; but cannot include two text items.