Hi all
Very basic question. Using the control toolbox and the combo box function in excel. I have written the code -
Private Sub Workbook_Open()
With comList
.Clear
.AddItem "Media"
.AddItem "Banks"
.AddItem "Pharmaceuticals"
End With
End Sub
Which seems to work as no error message is retrieved but when i hit the drop down list on the combo box there is no data. does anyone have any idea as to why this is.
thanks for taking the time to read this
rgds
Caer
Very basic question. Using the control toolbox and the combo box function in excel. I have written the code -
Private Sub Workbook_Open()
With comList
.Clear
.AddItem "Media"
.AddItem "Banks"
.AddItem "Pharmaceuticals"
End With
End Sub
Which seems to work as no error message is retrieved but when i hit the drop down list on the combo box there is no data. does anyone have any idea as to why this is.
thanks for taking the time to read this
rgds
Caer