|
<< Click to Display the Table of Contents >>
Paste |
Paste()
Inserts Clipboard's content into this object. The next script contains an example of using this method.
Sub CommandButton1_Click()
Screen.Item("ComboBox1").Paste()
End Sub