Respond to Excel Pop Up within Macro

  • Thread starter Thread starter Beth
  • Start date Start date
B

Beth

I have a macro to copy and paste cells. After pasting, the
Excel message, "you have placed a large amount of data on
the clipboard..." appears, and I need to answer No. How
can I prevent that window from popping up, or
automatically answer No within my macro code?
 
Beth,

Try

Application.CutCopyMode = False

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Back
Top