K
KJT
I am using Word 2003 and I have created several Combo Boxes with the
following formula:
Private Sub ComboBox1_DropButtonClick()
ComboBox1.Clear
ComboBox1.AddItem "Discuss"
ComboBox1.AddItem "Review"
ComboBox1.AddItem "Change"
ComboBox1.AddItem "N/A"
End Sub
I can bring up an item in the drop down box by typing the first letter of
the item but I am not able to bring up an item in the drop down box by
clicking on the item with my mouse. Do have something set wrong in my
properties? Please HELP!
following formula:
Private Sub ComboBox1_DropButtonClick()
ComboBox1.Clear
ComboBox1.AddItem "Discuss"
ComboBox1.AddItem "Review"
ComboBox1.AddItem "Change"
ComboBox1.AddItem "N/A"
End Sub
I can bring up an item in the drop down box by typing the first letter of
the item but I am not able to bring up an item in the drop down box by
clicking on the item with my mouse. Do have something set wrong in my
properties? Please HELP!