|
Can I make a Combo Box start out with a default selection?
Is there anyway to make the combo box longer?
How do I change something based on the selection I've made in a combo box?
I wrote:
If cboGenConType.Text = "General - Energy" Then
cboGenConUnit1.AddItem = "BTU(international)"
End If
|