How do I turn off the clipboard warning when a file is closed?

G

Guest

I do a lot of csv transfer to excel and every time I close a file it warns me
that the clipboard has Items on it. How do I stop this warning? I do up to
300 files at a time so I just want the data to dump when the file closes.
 
D

Dave Peterson

If you're closing via code, you could use:

application.cutcopymode = false

If you're doing it manually, try hitting the escape key (or just copy a single
cell).
 

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