If you are using an OLEObject ComboBox (NOT a form) then play with thefollowing in the Worksheet.With ComboBox1Debug.Print .List(1)Debug.Print .NameDebug.Print .Value.Value = .List(4)Debug.Print .ValueEnd With