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?
 

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