Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 04-07-2015, 05:16 AM
dchabaut dchabaut is offline Multiple part presentation - how to present only a subset of slides + a conclusion ? Windows 7 64bit Multiple part presentation - how to present only a subset of slides + a conclusion ? Office 2013
Novice
Multiple part presentation - how to present only a subset of slides + a conclusion ?
 
Join Date: Apr 2015
Posts: 2
dchabaut is on a distinguished road
Default Multiple part presentation - how to present only a subset of slides + a conclusion ?

Here is my concern :

I do have a portfolio of 5 products. Each product has a few slides.

The structure of my presentation is the following :

- One introduction slide with the 5 product names.

- for each product, a set of slides

- a final slide (conclusion)



Ideally, on the Introduction slide, where I have the names of my 5 products, I must be able to tick some boxes, let's say product 2 and product 4.

Then, the show must jump to product 2, then product 4, then conclusion slide.

Any clue ?
Reply With Quote
  #2  
Old 04-07-2015, 05:30 AM
JohnWilson JohnWilson is offline Multiple part presentation - how to present only a subset of slides + a conclusion ? Windows 7 64bit Multiple part presentation - how to present only a subset of slides + a conclusion ? 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

To be able to tick the products you need you would need code. Basically hide all the product slides and have the code unhide the ones needed.

Without coding you could make each set of product slides a custom show and have a menu slide with links to each custom show with "show and return" ticked. Not the same but might be OK.
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
  #3  
Old 04-07-2015, 07:46 AM
dchabaut dchabaut is offline Multiple part presentation - how to present only a subset of slides + a conclusion ? Windows 7 64bit Multiple part presentation - how to present only a subset of slides + a conclusion ? Office 2013
Novice
Multiple part presentation - how to present only a subset of slides + a conclusion ?
 
Join Date: Apr 2015
Posts: 2
dchabaut is on a distinguished road
Default

John, you made my day! Many thanks for the quick solution. I've done the "show and return" option. Works great and fits my requirement so far.

Just for curiosity, do you have a small sample code for the hard core method ?

Many thanks in advance
Reply With Quote
  #4  
Old 04-07-2015, 10:16 AM
JohnWilson JohnWilson is offline Multiple part presentation - how to present only a subset of slides + a conclusion ? Windows 7 64bit Multiple part presentation - how to present only a subset of slides + a conclusion ? 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

This sort of thing

Code:
Private Sub CheckBox1_Click()
' this would hide or show slides 2, 3 & 3
With ActivePresentation.Slides.Range(Array(2, 3, 4)).SlideShowTransition
If Me.CheckBox1.Value = True Then
.Hidden = False
Else
.Hidden = True
End If
End With
End Sub
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a loop as part of a presentation (Preamble) Jamtart PowerPoint 0 02-23-2013 09:19 AM
Multiple Monitors/One Presentation/Different Slides future PowerPoint 0 12-12-2011 02:20 PM
How do I swap slides during a presentation? Harper PowerPoint 0 08-17-2011 09:13 AM
Multiple part presentation - how to present only a subset of slides + a conclusion ? viewing slides while doing my presentation davepower PowerPoint 1 04-30-2009 02:18 PM
How many slides in a 30 min presentation barbara3010 PowerPoint 2 02-12-2009 10:12 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 04:48 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