Closed Thread
Results 1 to 2 of 2

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

  1. #1
    UNIChuck
    Guest

    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.

  2. #2
    Dave Peterson
    Guest

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

    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

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1