Results 1 to 3 of 3

Thread: How to clear the clipboard's contents?

  1. #1
    Join Date
    Feb 2003
    Location
    Buffalo, NY
    Posts
    2

    How to clear the clipboard's contents?

    I need to clear or empty the contents in the clipboard before I close out the Access 2000 application. I tried clipboard.clear VB code it gave me an error message that "variable not defined". Is there a library I need to reference to or some other code I can use?

    Please help!

  2. #2
    Join Date
    Feb 2003
    Posts
    102

    Copy To ClipBoard

    Try this out

    http://www.mvps.org/access/api/api0049.htm
    (watch the wrap).

    This lists several functions (using APIs) to do this. Apparently there's a Docmd.RunCmd constant to do this too, but it's fiddley.

    HTH,

    Peter

  3. #3
    Join Date
    Feb 2003
    Location
    Buffalo, NY
    Posts
    2

    Clear the clipboard contents

    Thanks for the info, I'll check it out.

    Have a Good Day!

Posting Permissions

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