ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   turn off pastespecial warnings (https://www.excelbanter.com/excel-programming/381049-re-turn-off-pastespecial-warnings.html)

Corey

turn off pastespecial warnings
 
You could try :

Application.Displayalerts=FALSE
Selection.PasteSpecial Paste:=xlPasteAll,
Operation:=xlNone,SkipBlanks:=False, Transpose:=False



Corey....
"Bruce" wrote in message
...
When I do a paste special as below I get the following prompt;

'There is a large amount of information on the clipboard. Do you want to
paste this information later.

How can I auto answer No to this?

Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone,
SkipBlanks:=False, Transpose:=False

Regards,

Bruce





All times are GMT +1. The time now is 06:36 PM.

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