Home » Easy methods to insert a drop-down menu in PowerPoint

Easy methods to insert a drop-down menu in PowerPoint

by mydirtyhobbu


PowerPoint is a program that helps us with shows utilized by enterprise professionals to help lectures, gross sales, coaching, and extra. PowerPoint helps customers to explain their level swiftly and clearly to their viewers. As well as, you should use a drop-down menu to make use of on varieties you create in your PowerPoint slides.

Easy methods to insert drop-down menu in PowerPoint

To insert a drop-down menu in PowerPoint, comply with these steps under:

  1. Launch PowerPoint
  2. Select a Clean Format
  3. Allow the Developer tab
  4. Click on the Developer tab
  5. click on the ComboBox within the Controls space
  6. Proper-click the Controls and choose View Code.
  7. Choose the GoFocus choice
  8. Enter Code
  9. Go to the Slide Present tab
  10. Click on the From starting button
  11. Take a look at the drop-down menu within the slide present

Launch PowerPoint.

Change the PowerPoint slide to a Clean Format.

So as to add a ComboBox right into a slide, we have to add the Developer tab.

So as to add dd the Developer tab, click on the top of the Commonplace toolbar on the proper and choose customise Ribbon.

A PowerPoint Choices dialog field will seem.

Contained in the dialog field beneath the Major Tabs class, verify the checkbox for the Developer tab.

Then click on OK.

You will notice the Developer tab seem on the menu bar.

Click on the Developer tab, click on the ComboBox within the Controls group.

Draw the ComboBox into the slide.

A message field will pop up; click on allow ActiveX.

Now we are going to add code so as to add the menu selections.

Proper-click the Combo field and choose View Code.

 

A Microsoft Visible Primary for Functions window will open.

Click on the drop-down menu on the proper and choose GoFocus.

Now add the Visible Primary Code under.

If ComboBox1.ListCount = 0 Then AddDropDownItems.

Press enter and add this code under.

Sub AddDropDownItems()

ComboBox1.AddItem “1”

ComboBox1.AddItem “2”

ComboBox1.AddItem “3”

ComboBox1.AddItem “4”

ComboBox1.ListRows = 4

Finish Sub

You add a background to the slide if you happen to need.

Click on the Slide Present tab on the menu bar and click on the From starting button.

When the slide present window pops up, click on the arrow to show the choices.

We hope this tutorial helps you perceive how one can insert a drop-down menu in PowerPoint.

You may also like