G
Guest
Ive added a Combobox to my presentation (set up with a macro) to run when an
action buttion is clicked. If you click the action buttion more than once,
the content repeats itself.
How do you stop the content from repeating in the combobox even if you click
the action buttion more than once? Please see the folowing code...
Thanks!
Sub ComboBox1_Change()
ComboBox1.AddItem ("Proprietary Information")
ComboBox1.AddItem ("Employee Information")
ComboBox1.AddItem ("Customer Information")
ComboBox1.AddItem ("Personal Information")
ComboBox1.AddItem ("Other Information")
End Sub
action buttion is clicked. If you click the action buttion more than once,
the content repeats itself.
How do you stop the content from repeating in the combobox even if you click
the action buttion more than once? Please see the folowing code...
Thanks!
Sub ComboBox1_Change()
ComboBox1.AddItem ("Proprietary Information")
ComboBox1.AddItem ("Employee Information")
ComboBox1.AddItem ("Customer Information")
ComboBox1.AddItem ("Personal Information")
ComboBox1.AddItem ("Other Information")
End Sub