Results 1 to 2 of 2

Thread: Clipboard

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Location
    High Wycombe, UK
    Posts
    142

    Question Clipboard

    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?

  2. #2
    Frenzied Member Spajeoly's Avatar
    Join Date
    Mar 2003
    Location
    Utah
    Posts
    1,068
    If you're using it in VBA you just use Item.Copy.

    Like:
    VB Code:
    1. Range("$A$1").Copy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width