Clear Clipboard with VBA


Posted by Franklin on October 09, 2001 11:44 AM

Can someone lend a hand with the code that clears the Excel clipboard using VBA? Thanks in advance.

Posted by Anon on October 09, 2001 11:57 AM

Application.CutCopyMode = False

Application.CutCopyMode = False (which you could have got from the macro recorder).



Posted by Anon on October 09, 2001 11:58 AM

Application.CutCopyMode = False (which you could have got from the macro recorder).