Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Michelle,
Your code worked well for me. (Once I changed Combobox1 to ComboboxWeather). Are you sure you have named the combobox correctly? You can check this in the properties window. Chris "Michelle Bryant" wrote in message ... Can anyone help - Im new to this stuff! Im trying to add list entries to combo box. My form initializes - the combo is there but there is nothing in the list. What am I doing wrong? Private Sub UserFormSection1_Initialize() ComboBoxWeather.AddItem "Poor" 'index 0 ComboBoxWeather.AddItem "Fair" ' index 1 ComboBoxWeather.AddItem "Good" ' index 2 ComboBoxWeather.Style = fmStyleDropDownCombo ComboBoxWeather.ListIndex = 0 ComboBoxWeather.Enabled = True ComboBox1.Left = 252 ComboBox1.Top = 6 ComboBox1.Width = 168 ComboBox1.Height = 18 End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
fill combobox depending on selection from another combobox | Excel Discussion (Misc queries) | |||
ComboBox value? | Excel Discussion (Misc queries) | |||
Combobox | Excel Discussion (Misc queries) | |||
combobox | Excel Programming | |||
Combobox | Excel Programming |