Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
This is the code I have for a combo box,
Private Sub ComboBox1_GotFocus() With ComboBox1 .Text = "Select Dimension" .AddItem "Weight" .AddItem "Flange Thickness" .AddItem "OAL" .AddItem "Body Length" .AddItem "Counter Bore" End With End Sub For some reason, the drop down menu lists these five options seven times over. I'm new to VBA, why is this. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
eXceL 2003 - list or combo box question | Excel Discussion (Misc queries) | |||
Combo box list question | Excel Discussion (Misc queries) | |||
dependent combo box list, with indirect reference | Excel Discussion (Misc queries) | |||
Combo box list depends on value | Excel Discussion (Misc queries) | |||
Drop down list or combo box help needed | Excel Discussion (Misc queries) |