In VB5, this property returns a variant. If populated, I believe it is an array of bytes (TypeName returns Byte()), but I'm not sure how to test this. IsEmpty() doesn't work.

If I use Ubound() on it when I've selected something, I get three values (not sure what they indicate; does anyone know???). But if I don't, SelectedItem is a null string.

I've elected to use BoundText, but I'd still like to understand this.

TIA.