DisplayAlerts Property
Applies To
Binder object.
Description
True if Microsoft Office Binder displays certain alerts and messages when the specified binder is active. Read/write Boolean.
Example
This example closes the binder represented by newBinder, without prompting the user to save changes. Changes to the binder aren't saved.
newBinder.DisplayAlerts = False
newBinder.Close