> Clipboard.SetText (text1(0).Text)
> text1(1).Text = Clipboard.GetText
I appreciate the reply, this method does work, however, i would like to be able to copy and paste from whichever textbox is active in the array, opposed to specifying each one. Ive tried the screen.activecontrol method with no luck. It always says OBJECT DOES NOT SUPPORT THIS PROPERTY OR METHOD.
I am using the click event.
Thanks again though.
|