Okay so I have to be doing something fundamentally stupid! Just not sure what? Any ideas?
Yes, you're using GOSUB instead of GOTO.
GOSUB is used to jump to a subroutine which "ends" with a RETURN - that's not what you have.

/Henrik.