How to insert a drop-down list box into PowerPoint Presentation 2013(Remake)

preview_player
Показать описание
Many were asking for this video and here it is.
Code:

Private Sub ComboBox1_GotFocus()
If ComboBox1.ListCount = 0 Then AddDropDownItems
End Sub

Sub AddDropDownItems()
ComboBox1.AddItem "1"
ComboBox1.AddItem "2"
ComboBox1.AddItem "3"
ComboBox1.AddItem "4"
ComboBox1.ListRows = 4
End Sub

Please Subscribe....
Рекомендации по теме
Комментарии
Автор

Anyone know how to set it so that the drop down works in normal view and not just in slideshow mode?

kelseygibbs
Автор

Why is this so difficult. I just want to make a simple box with different letter choices. No actions. Why can't I find this info anywhere?

valleymuse
Автор

IS it possible to create a drop down that works outside presentation mode. Ideally, I want to share a presentation that I want ppl to update and I want to add a drop down list for them to click first before updating the slide.

Zeidinho
Автор

Hello Nanduri, I was wondering how could i create multiple indepedent dropdown list in ppt?

cloehe
Автор

Alguien sabe porque me marca doble cuando lo pongo en presentación en algún proyector. Hice todos los pasos, pero no deja ver tal cual

evyosnaya
Автор

I am adding numbers like in this list, however, next to one of the numbers I want to add the word Standard between parenthesis, is there any way to do that?

latapatia
Автор

How to insert more than one drop down box in same slide

vikashshukla
Автор

Great stuff. I see this is 6 years old, I hope you are still making content. Thanks!

kyverwatch
Автор

how would you integrate this dropdown menu with a dynamic chart from excel?
I know how to create dynamic charts using index and match with a dropdown menu, but I was wondering if we can do this in PPT too?

DaeronSirfalastTM
Автор

It didn't work for me. WHen I went back to the Powerpoint slide it was still just an object. No pulldown menu. :(

AlexSzostak
Автор

Is there a way to view/select the drop down menu outside of present mode??

keylacortes
Автор

It's very helpful. Thank you very much :)

thanhlongsa
Автор

Hi, how would you create multiple drop down list boxes with the same drop down list on the same slide. I wanted to create drop downs in order to allow someone to select a choice for multiple items in the power point. When I copy the drop down it doesn't seem to keep the list.

dougdewan
Автор

Doesn't work for me... The list still remain void

SafYTMerda
Автор

Excellent Thank you. How do you add multiple boxes I keep getting errors

AteinRiggins
Автор

Has anyone had trouble with the dropdowns working and then when you save and reopen you have to run them all individually again for it to work? I am new to macros in powerpoint to I am wondering if I am missing a step?

creator
Автор

Incredibly helpful! Thank you so much.

jb
Автор

How to wrap text to make it fit into a smaller box?

porkbellyism
Автор

Bro ur the Goat thanks for this so much

kennysherwood
Автор

i am using powerpoint 2010 but is not working

shanxd.official