Hi, I feel a bit stupid posting this as it seems really simple.

I have a combobox, I want to check if its populated with anything. I check to see if its empty with null that works

If ComboBox1.Value = Null Then
GoTo CarryOn
ElseIf ComboBox1.Value = ?WHATGOESHERE? Then
Thanks in advance!