Good morning people. I have many ComboBoxes on myspreadsheet tab. They all populate (correctly) when the spreadsheet is opened, except for 1. The one ComboBox doesn't display an initial value on the ComboBox control, but the list is populated. The list however had five blank spaces before the first entry. I used the same code with each. As follows:
With Sheet1.ComboxBox1
.Text = "A1"
.AddItem "A1", 0
.AddItem "A2", 1
.AddItem "A3", 2
etc.
End With
I was wondering if this might be an issue of something in the properties? Any suggestions? DAVE
With Sheet1.ComboxBox1
.Text = "A1"
.AddItem "A1", 0
.AddItem "A2", 1
.AddItem "A3", 2
etc.
End With
I was wondering if this might be an issue of something in the properties? Any suggestions? DAVE