Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Selection.PasteSpecial Paste:=xlPasteValues, _
Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Application.CutCopyMode = False Workbook("workbook2").close (False) -- Regards, Tom Ogilvy "Alex St-Pierre" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display information from other worksheet | Excel Worksheet Functions | |||
Display last status information | Excel Worksheet Functions | |||
How do I display copied autoshapes completely in clipboard | Charts and Charting in Excel | |||
How do I get Clipboard/Help to display vertically on the right? | Setting up and Configuration of Excel | |||
Display Clipboard in Excel | Excel Programming |