+ Reply to Thread
Results 1 to 3 of 3

how to ignore memory copied ?

  1. #1
    Forum Contributor
    Join Date
    07-18-2006
    Posts
    135

    Question how to ignore memory copied ?

    i use VBA to copy the data in fileA, and paste in fileB, after exit file A, there is a msgbox popup with contain as following:

    click "yes" to save it (this memory) on clipboard
    click "no" to delete from clipboard and free memory

    how i click "no" by VBA in case ?

    thank you for help.

  2. #2
    Dave Peterson
    Guest

    Re: how to ignore memory copied ?

    You can stop the prompt from show up by using:

    application.cutcopymode = false

    Before you close that file.

    vumian wrote:
    >
    > i use VBA to copy the data in fileA, and paste in fileB, after exit file
    > A, there is a msgbox popup with contain as following:
    >
    > click "yes" to save it (this memory) on clipboard
    > click "no" to delete from clipboard and free memory
    >
    > how i click "no" by VBA in case ?
    >
    > thank you for help.
    >
    > --
    > vumian
    > ------------------------------------------------------------------------
    > vumian's Profile: http://www.excelforum.com/member.php...o&userid=36494
    > View this thread: http://www.excelforum.com/showthread...hreadid=566431


    --

    Dave Peterson

  3. #3
    Forum Contributor
    Join Date
    07-18-2006
    Posts
    135

    Thumbs up

    hi man,

    it's very good idea, thank you very much

+ Reply to 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