MsoAlertButtonType Enumeration
Office 2010
Specifies the buttons to be displayed when issuing an alert to the user with the DoAlert method of the Assistant object.
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| msoAlertButtonOK | OK button. | |
| msoAlertButtonOKCancel | OK and Cancel buttons. | |
| msoAlertButtonAbortRetryIgnore | Abort, Retry, and Ignore buttons. | |
| msoAlertButtonYesNoCancel | Yes, No, and Cancel buttons. | |
| msoAlertButtonYesNo | Yes and No buttons. | |
| msoAlertButtonRetryCancel | Retry and Cancel buttons. | |
| msoAlertButtonYesAllNoCancel | Yes, Yes to All, No, and Cancel buttons. Can only be used if the varSysAlert argument of the DoAlert method is set to False. |