Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 833 Bytes

Word.WdAlertLevel.md

File metadata and controls

26 lines (19 loc) · 833 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
WdAlertLevel enumeration (Word)
vbawd10.chm0
vbawd10.chm0
Word.WdAlertLevel
ecfcfb35-0fdc-0881-53aa-3c2e3f5350bf
06/08/2017
medium

WdAlertLevel enumeration (Word)

Specifies the way certain alerts and messages are handled while a macro is running.

Name Value Description
wdAlertsAll -1 All message boxes and alerts are displayed; errors are returned to the macro.
wdAlertsMessageBox -2 Only message boxes are displayed; errors are trapped and returned to the macro.
wdAlertsNone 0 No alerts or message boxes are displayed. If a macro encounters a message box, the default value is chosen and the macro continues.

[!includeSupport and feedback]