Copy

<< Click to Display Table of Contents >>

 

Copy

Copy()

Copies the previously selected text to the Clipboard. Use the Paste method to paste this text into the indicated place. Example:

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

Was this page useful?