Module Module1 Sub Main() MsgBox("Message", MsgBoxStyle.AbortRetryIgnore,"Title") End Sub End Module
14.59.MsgBox | ||||
14.59.1. | MsgBox with only message | |||
14.59.2. | MsgBox with title and Abort Retry Ignore buttons | |||
14.59.3. | MsgBox and vbYes | |||
14.59.4. | Set MsgBox Button combination | |||
14.59.5. | Return value from MsgBox |