I only have one item in a combobox (initially), and I'd like to select that and make it the "combobox.Text" value... how do you do that?
VB Code:
If cboMonth(0).ListCount = 1 Then cboMonth(0).Text = cboMonth(0).ListCount(0) End If
Something like that, but you can't reference the elements with ListCount...


Reply With Quote
