![]() |
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 |
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