G
Guest
I have created a combo box on my Powerpoint slide using an action button.
How do I populated the user selections?
How do I populated the user selections?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
yes, but still can't get it to work. I have:
Private Sub ComboBox1_Change()
Sub AddComboBoxItems()
Slide1.ComboBox1.AddItem ("Yes")
Slide1.ComboBox1.AddItem ("No")
Slide1.ComboBox1.AddItem ("Maybe")
End Sub
End Sub
have also tried
Sub AddComboBoxItems()
Slide1.ComboBox1.AddItem ("Yes")
Slide1.ComboBox1.AddItem ("No")
Slide1.ComboBox1.AddItem ("Maybe")
End Sub
am on Slide 1.
I little trick I started using in similar cases, is a mouse-over
action-setting on an object behind (and larger than) the combo box.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.