Answer»
- In ROBOT, click File > New > SCRIPT.
- Type a script name (40 CHARACTERS maximum) and, optionally, a description of the script.
- Click GUI.
- Click OK. Robot CREATES an empty script with the following lines:
SUB Main Dim Result As Integer 'Initially Recorded: 01/17/05 14:55:53 'Script Name: GUI Script End Sub
- Begin coding the GUI script.
Sub Main Dim Result As Integer 'Initially Recorded: 01/17/05 14:55:53 'Script Name: GUI Script End Sub
|