Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default No display : keep information in clipboard

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Display information from other worksheet Frustrated Excel Worksheet Functions 1 February 20th 10 08:09 PM
Display last status information js Excel Worksheet Functions 2 November 7th 08 03:20 AM
How do I display copied autoshapes completely in clipboard Biscuit Maker Charts and Charting in Excel 0 May 31st 06 03:12 PM
How do I get Clipboard/Help to display vertically on the right? sewald113 Setting up and Configuration of Excel 1 April 28th 06 04:11 AM
Display Clipboard in Excel James[_31_] Excel Programming 0 September 22nd 04 05:23 PM


All times are GMT +1. The time now is 10:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"