How to disable "There is a large amount of data on the clipboard..."

  • Thread starter Thread starter Bill Board
  • Start date Start date
B

Bill Board

Is there away in Excel to disable the prompt "There is a large amount of
data on the clipboard..."

Thanks,
Bill
 
Manually?

Select a single cell and edit|copy

In code:
application.cutcopymode = false
 
That doesn't sound like a setting to me.

And if the OP didn't like
application.cutcopymode = false
why would this be better?
 
Back
Top