Probmem with the ...press paper

  • Thread starter Thread starter ane
  • Start date Start date
A

ane

Hello ,
here is my problem: I have a programe in excel that opens
several books and work with them.........copy and paste
different sheets ...well the problem is that when I close
one book after coping something to one sheet a mesage
appear that says If I want to save what I have in
the "press-papier" I do not the name in Englis :=( , to
use it later .
I do not want that message appear .what can I do ??
thanks
Ane
 
Hi,

If I am correct that it is the clipboard that you are talking then you
should put this line of code before closing the workbook

Application.CutCopyMode = False

I do not know what is the equivalent to other language but hope this could
help.

Regards,

Jon-jon
 
super!!
I will try :=))
thanks
-----Original Message-----
Hi,

If I am correct that it is the clipboard that you are talking then you
should put this line of code before closing the workbook

Application.CutCopyMode = False

I do not know what is the equivalent to other language but hope this could
help.

Regards,

Jon-jon




.
 
Back
Top