Im looking for a macro command to purge the clipboard in word
anyone know it
or where to find it
thanks
Printable View
Im looking for a macro command to purge the clipboard in word
anyone know it
or where to find it
thanks
Application.CutCopyMode=False'Clear Clipboard
does this look like it might work?
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.