We'd have to know all the requirements to know for sure but, given that it appears that only one of your conditions is changing, you could just put a Select Case inside an If:
Code:
If cbxFace.Checked AndAlso CbCorpChild.Text = "Corporate" Then
    Select Case CInt(TextBox7.Text)