how to ignore memory copied ?

V

vumian

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.
 
D

Dave Peterson

You can stop the prompt from show up by using:

application.cutcopymode = false

Before you close that file.
 

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