Transfers the contents of the Clipboard to an object.
Syntax
object.Paste
The Paste method syntax has these parts:
Part | Description |
---|---|
object | Required. A valid object. |
Remarks
Data pasted into a ComboBox or TextBox is treated as text.
When the paste method is used with a form, you can paste any object onto the form.