Is there a way to insert a UserForm's control value into the text of a MsgBox?

My attempt:

Code:
MsgBox ComboBox5.Value "does not exist in " ComboBox6.Value ". Please try again."
Any ideas?