Results 1 to 3 of 3

Thread: how to clear clipboard in ms word 2k3

  1. #1

    Thread Starter
    Fanatic Member Crash893's Avatar
    Join Date
    Dec 2005
    Posts
    930

    how to clear clipboard in ms word 2k3

    Im looking for a macro command to purge the clipboard in word

    anyone know it
    or where to find it

    thanks

  2. #2

    Thread Starter
    Fanatic Member Crash893's Avatar
    Join Date
    Dec 2005
    Posts
    930

    Re: how to clear clipboard in ms word 2k3

    Application.CutCopyMode=False'Clear Clipboard

    does this look like it might work?

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: how to clear clipboard in ms word 2k3

    The problem is there is no VBA object model for the Office Clipboard. According to what I've found, the only way to do this is click Clear Clipboard on the task pane.

    However, you should be able to record a macro that will play that back for you.

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