Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 07-11-2014, 04:23 PM
sep324 sep324 is offline Drop Down List that takes you to specific slides Windows 7 32bit Drop Down List that takes you to specific slides Office 2010 32bit
Novice
Drop Down List that takes you to specific slides
 
Join Date: Jul 2014
Posts: 1
sep324 is on a distinguished road
Default Drop Down List that takes you to specific slides


Hello,
In my powerpoint presentation, I would like to have a drop down list with 5 different regions - North America, Europe, China, Japan and Rest of World. When someone chooses say North America, I would then like it to take them to the North America slide. I know I need to use the Combo Box from the Developer tab and then Visual Basic to write the code, but I just don't know what that code would be. Could someone help?
Reply With Quote
  #2  
Old 07-11-2014, 11:03 PM
JohnWilson JohnWilson is offline Drop Down List that takes you to specific slides Windows 7 64bit Drop Down List that takes you to specific slides Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

Basic code would be something like

Private Sub ComboBox1_Change()
Select Case Me.ComboBox1.ListIndex
Case Is = 0 'first choice
SlideShowWindows(1).View.GotoSlide 2
Case Is = 1 'next
SlideShowWindows(1).View.GotoSlide 5
End Select
End Sub
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
Reply

Tags
combobox, drop down, vba



Similar Threads
Thread Thread Starter Forum Replies Last Post
Drop Down List that takes you to specific slides How to import list from Excel into drop-down list into word ahw Word VBA 43 02-28-2020 08:11 PM
Add new slides using a Bullet list Jstacey PowerPoint 0 05-13-2014 12:48 AM
ppt slides with adjustable graphs based on drop down psrs0810 PowerPoint 0 01-30-2013 07:10 AM
Returning a specific value when item is selected from a drop-down list J Press Excel 4 09-10-2012 06:12 AM
Drop down list, Can it be done??? garethreid Outlook 0 08-09-2012 06:08 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 07:17 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft