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.
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks