View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John McGimpsey John McGimpsey is offline
external usenet poster
 
Posts: 11
Default Clear Clipboard

You could use a Data Object. This is necessary in MacXL since it uses
the Mac system clipboard, which isn't cleared by CutCopyMode. The code
will work for WinXL as well.

Take a look at

http://www.mcgimpsey.com/macoffice/e...clipboard.html

In article ,
"MD" wrote:

Is there a code that will clear up EXCEL's clipboard other than
Application.CutCopyMode = false
or a cope that will prevent the clipboard to jam-up with large amounts of
data

Thanks

Michel