The goto command jumps to another section of code, mostly on errors, heres an example from the MSDN library:

Private Sub Command1_Click()
Dim source As String
Dim target As String

...