<< 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. The next script contains an example of using this method.
Sub CommandButton1_Click()
Screen.Item("ComboBox1").Copy()
End Sub