Oppure anche GoTo

codice:
IF Condizione Then
 'Azione
Else
 GoTo Continua
End If
Response.Write("Pippo")
'..........
Continua:
'..........