Excel 2003 - VBA - Kill Clipboard Message

  • Thread starter Thread starter C Brandt
  • Start date Start date
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
 
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
 
Back
Top