![]() |
How do I turn off the clipboard warning when a file is closed?
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. |
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). UNIChuck wrote: 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. -- Dave Peterson |
All times are GMT +1. The time now is 10:41 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com