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

B

Bill Board

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

Thanks,
Bill
 
D

Dave Peterson

Manually?

Select a single cell and edit|copy

In code:
application.cutcopymode = false
 
D

Dave Peterson

That doesn't sound like a setting to me.

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