G
Guest
Can't get it. Inserted a Combo-Box in a Word Document. Just want a selection for "Y" or "N"
Used "AddItem" in VB
Private Sub ComboBox1_Change(
ComboBox1.AddItem "Y
ComboBox1.AddItem "N
End Su
Everything shows up fine and works UNLESS the user decides to change their answer; then their choice is added to the dropdown list EVERY time they change thier selection. Madness
Ideas
Thanks
Used "AddItem" in VB
Private Sub ComboBox1_Change(
ComboBox1.AddItem "Y
ComboBox1.AddItem "N
End Su
Everything shows up fine and works UNLESS the user decides to change their answer; then their choice is added to the dropdown list EVERY time they change thier selection. Madness
Ideas
Thanks