Excel 2003 - VBA - Kill Clipboard Message

C

C Brandt

Under VBA control, when I close the source file after I copy data from one
spreadsheet to another, I get the message telling me there is a large amount
of data in the clipboard, do I want to keep it....,

Is there a way to either supress this message or clear the clipbord so I do
not have to answer this question?

Thanks,

Craig
 
D

Dave Peterson

application.cutcopymode = false

C said:
Under VBA control, when I close the source file after I copy data from one
spreadsheet to another, I get the message telling me there is a large amount
of data in the clipboard, do I want to keep it....,

Is there a way to either supress this message or clear the clipbord so I do
not have to answer this question?

Thanks,

Craig
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top