Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Occasionally I get messages/warnings during VBA/macro execution. E.g. a message that I have left a large amount of data asking if I want to save this data for other programs. These messages/warnings interrupt the VBA until I respond to them. Is there a way to turn off these types of messages
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() -----Original Message----- Occasionally I get messages/warnings during VBA/macro execution. E.g. a message that I have left a large amount of data asking if I want to save this data for other programs. These messages/warnings interrupt the VBA until I respond to them. Is there a way to turn off these types of messages? Roland Try Application.displayAlerts = False and On error resume next Regards Peter |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Warnings | Excel Discussion (Misc queries) | |||
how to protect without getting the warnings | Excel Worksheet Functions | |||
how to protect without getting the warnings | Excel Worksheet Functions | |||
suppress warnings | Excel Programming | |||
Excel Macro Warnings | Excel Programming |