I'm trying to get my code leave the procedure. Pleasse can someone help me replace the line 'exit the sequence' with a proper vb command. Thanks


If cboProduct.Text = "" Then
MsgBox("You need to select a product")
'exit the sequence
End If