MsoAlertDefaultType Enumeration
Specifies which button is set as the default when calling the DoAlert method of the Assistant object.
| Name | Value | Description |
|---|---|---|
| msoAlertDefaultFifth | 4 | Default to fifth button. |
| msoAlertDefaultFirst | 0 | Default to first button. |
| msoAlertDefaultFourth | 3 | Default to fourth button. |
| msoAlertDefaultSecond | 1 | Default to second button. |
| msoAlertDefaultThird | 2 | Default to third button. |