|
-
Jan 4th, 2006, 12:26 PM
#1
Thread Starter
Fanatic Member
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
-
Jan 4th, 2006, 12:32 PM
#2
Thread Starter
Fanatic Member
Re: how to clear clipboard in ms word 2k3
Application.CutCopyMode=False'Clear Clipboard
does this look like it might work?
-
Jan 4th, 2006, 01:38 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|