Message Box
Displays the specified text in a small window containing two default buttons (OK and Cancel).
Message Box (Shift+F5)
Parameters
- Message
- Text to display in the message. If the Cancel button is pressed, execution will stop. This field accepts Variables & Expressions.
- Title
- The title of the message box window. This field accepts Variables & Expressions.
- Icon
- Sets the icon to be shown on the Message Box.
- Buttons
- Sets which buttons will be shown on the message box.
- Default
- Sets the default button.
- Always On Top
- Sets the message to stay on top of other windows.
- Right justified
- Make the text right-justified.
- Right to Left
- Right-to-left reading order for Hebrew/Arabic.
- Timeout
- Timeout in seconds.
- Add "If Statement"
- Automatically adds an If Message Box statement below the command. You may select a range of rows to be wrapped by the statement block.
MsgBox