Office Clipboard

  • Thread starter Thread starter John
  • Start date Start date
J

John

I am running a macro that opens a second file and copies
all of its data into the first file. When I close the
second file the office clipboard comes up asking if I
want to have access to the data after I close it. I need
to turn off this warning.
 
Maybe you could add:

application.cutcopymode = false

right before you close your workbook.
 

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

Similar Threads

Clipboard Settings 2
clipboard 1
Override prompt for Office Clipboard 3
Cannot empty the clipboard 1
How to copy/paste without using clipboard? 11
Clipboard 1
Empty clipboard 2
Cannot copy worksheet to another file 2

Back
Top