Just a simple hello world to start. Copy paste the below into the document, save then double click.
MsgBox "Hello World"
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 pe...