View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Cordobes
 
Posts: n/a
Default Clear clipboard contents

I am copying and reorganizing a lot of data via code. This information is
being copied into the clipboard and I am not reusing it at all. I am
concerned that a lot of memory is being used unnecesarily, and would like to
via code either turn off the clipboard momentarily ( application.cutcopymode
= false doesn't do it ), or clear it's contents.
Thanks for your help.