Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 06-13-2013, 05:39 AM
JohnWilson JohnWilson is offline Command buttons on slidemaster Windows 7 64bit Command buttons on slidemaster Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,914
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

You don't need Command Buttons at all.

Add ten shapes to the master and add text 1,2,3,... 10 etc (nothing else) so that each button has the number of the section

Now add a normal code module and add these few lines of code

Sub sectionFind(oshp As Shape)
Dim osld As Slide
Dim lngSec As Long
lngSec = Val(oshp.TextFrame.TextRange)
For Each osld In ActivePresentation.Slides
If osld.sectionIndex = lngSec Then
SlideShowWindows(1).View.GotoSlide osld.SlideIndex
Exit Sub
End If
Next
End Sub

Give each of the ten shapes the same action of run this macro.

See if that works and is maybe simpler?
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
activex command buttons and text boxes TRG Word 0 02-03-2012 09:18 AM
Check Boxes and Command Buttons Micky P Word VBA 0 10-27-2011 01:06 AM
Command Buttons lorenambrose Word 0 10-06-2011 11:55 AM
command buttons ronf Excel 0 04-28-2006 08:32 AM
command buttons ronf Excel 0 12-03-2005 06:26 AM

Other Forums: Access Forums

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


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