View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alex St-Pierre Alex St-Pierre is offline
external usenet poster
 
Posts: 169
Default No display : keep information in clipboard

Hello,
I open a document and copy the information in the first document. When I
close the second document, I have a message which ask me if I want to keep
the information in clipboard.
Does anyone know how to stop this message ?

Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone,
SkipBlanks _
:=False, Transpose:=False
Workbook(€śworkbook2€ť).close (False)

--
Alex St-Pierre