Return without GoSub

Error 3

 

A Return statement doesn't have a corresponding GoSub3HAWIA statement.

Unlike For...Next, While...Wend, and Sub...End Sub, which are matched at compile time, GoSub and Return are matched at run time.