Thread: clipboard info
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] pfsardella@yahoo.com is offline
external usenet poster
 
Posts: 96
Default clipboard info

After the paste :

Application.CutCopyMode =False

HTH
Paul
----------------------------------------------------------------

On Fri, 12 Sep 2003 15:04:59 -0700, "Lee S." wrote:

I want to close a file without saving it in my macro, but
it asks "whethere I want to keep the info in the
clipboard..." Can I do something in the macro to say "no"
or to avoid this message? Thanks.