Auto-Click Save on Clipboard

  • Thread starter Thread starter sowetoddid
  • Start date Start date
S

sowetoddid

Is it possible to insert a line of code in the middle of my curren
macro so that this does not appear...


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

To save it click "Yes", To delete it click "No"


The choice should automatically be "No".


Thanks for any and all help
 
Application.CutCopyMode = False

Place this line after the Paste operation in your code.

Gord Dibben Excel MVP
 

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

Back
Top