Share via


Application.DisplayAlerts Property

Project Developer Reference

True if Microsoft Office Project 2007 displays error messages when a macro runs. Read/write Boolean.

Syntax

expression.DisplayAlerts

expression   A variable that represents an Application object.

Return Value
Boolean

Remarks

The DisplayAlerts property is reset to True upon completion of a macro that sets it to False.

See Also