Use the Alert macro to display a pop-up message (with an OK button) to the user.
Parameters: |
|
Message:The message to be displayed in the pop-up window. |
|
|
|
Return Value: |
|
None |
|
|
|
Example: |
|
Macro.Alert("Your changes have been saved.") |