Label not defined
This error has the following cause and solution:
- A line label or line number is referred to (for example in a GoTo statement), but doesn't occur within the scope of the reference.
The label must be within the procedure that contains the reference. Line labels are visible only in their own procedures.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).