There's also "And" is there not? So, you could do "If <condition> Then <some code> And <Some more code>".
So, your code would look like this (just an example) -
Private Sub Cmd.Start_Click()
If Combo.Text = 1 Then MsgBox Text1.Text And MsgBox Text2.Text
End Sub
If I am wrong, somebody correct me, as I cannot test this... my Visual Basic 2005 program will not work properly. Everytime I open it, it crashes when I try to do a few things.