clipboard pop up

M

Michelle

I have a program that goes and copies a bunch of data from
another workbook then closes the other workbook. I get
the following pop up every time it does this and would
like to know is there anything I can do to stop this.

There is a large amout of information on the clipboard.
********
You have to then click yes not or cancel
 
T

Tom Ogilvy

After the copy and paste and before you close the other workbook

Application.CutCopyMode = False

Assuming you want to dump the data in the clipboard. And
 

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