Yes, a GoTo statement will push the program to where you want, however,
you should not need to continue code that is already active in another
module. Simply close the form when finish what you need, i.e. update the
spreadsheet. When the form is closed... UserForm.Hide the program in
your main module will continue where it left off.