View Single Post
Old Oct 28th, 2004, 5:09 PM   #1
Nim52
Newbie
 
Join Date: Oct 2004
Posts: 2
Rep Power: 0 Nim52 is on a distinguished road
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
Nim52 is offline   Reply With Quote