![]() |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#4
|
|||
|
|||
|
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 |
| 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 |
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 |