Creating Your First Script

Other topics

Hello World

Just a simple hello world to start. Copy paste the below into the document, save then double click.

MsgBox "Hello World"

enter image description here


Explanation

"MsgBox" displays a message in a dialog box and waits for the user to respond.
This is a good method to inform users of actions to be performed or simply the end of the script.
Such as:

Parameters:

ColumnColumn
CellCell

Contributors

Topic Id: 8036

Example Ids: 25959

This site is not affiliated with any of the contributors.