View Single Post
 
Old 07-25-2012, 12:28 AM
JohnWilson JohnWilson is offline Windows 7 64bit 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 can avoid having lots of macros and just use this one for ALL links:
Code:
Sub gotoALT(oshp As Shape)
On Error Resume Next
SlideShowWindows(1).View.GotoSlide (CLng(oshp.AlternativeText))
End Sub
All you need do then is copy paste the button and change the Alt Text for each shape to the slide needed.

Right Click>Size/Position > Alt Text (use the Description box in 2010)
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote