Office Clipboard

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

Dave Peterson

Maybe you could add:

application.cutcopymode = false

right before you close your workbook.
 
Top