ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Disable Clipboard Memory Saver (https://www.excelbanter.com/excel-programming/337784-disable-clipboard-memory-saver.html)

CLS

Disable Clipboard Memory Saver
 
Hi All,

I have code that copies a range to another workbook. I then close it
'myfile.close false' but it brings up an alert that asks to save the
clipboard info. set displayalerts to false, but now it takes for ever to
continue after that point. Is there a setting or command to disable this
clipboard feature? I NEVER want to remember what is on the clipboard.

Thanks
Chad



Norman Jones

Disable Clipboard Memory Saver
 
Hi Chad,

Add the following line to your code ( after the paste line):

Application.CutCopyMode = False

---
Regards,
Norman



"CLS" wrote in message
...
Hi All,

I have code that copies a range to another workbook. I then close it
'myfile.close false' but it brings up an alert that asks to save the
clipboard info. set displayalerts to false, but now it takes for ever to
continue after that point. Is there a setting or command to disable this
clipboard feature? I NEVER want to remember what is on the clipboard.

Thanks
Chad





All times are GMT +1. The time now is 01:55 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com