PDA

Click to See Complete Forum and Search --> : Clipboard


nezster
Jul 13th, 2004, 09:27 AM
Hi,

I am writing a small application within the Visual Basic Editor of a 3rd Party piece of software.

I need to copy the screen contents (text) to the clipboard. I have searched through the forums for clipboard code with some success. However, when I use the clipboard object I am not seeing its properties and methods. Why is this?

Spajeoly
Jul 15th, 2004, 05:11 AM
If you're using it in VBA you just use Item.Copy.

Like:

Range("$A$1").Copy