You need this in UserForm3 for it to work
Private Sub ComboBox3_Change()
UserForm4.Show
End Sub