Paste

<< Click to Display Table of Contents >>

 

Paste

Paste()

Inserts Clipboard's content into an object. Example:

Sub CommandButton1_Click()
  Screen.Item("ComboBox1").Paste()
End Sub

Was this page useful?