Posted to microsoft.public.excel.misc
|
|
Clear clipboard contents
see:
http://www.microsoft.com/office/comm...1b7&sloc=en-us
--
Gary''s Student
"Cordobes" wrote:
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.
|