Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General PowerPoint Questions / June 2007

Tip: Looking for answers? Try searching our database.

How do I title Powerpoint slides so I can "go to them"?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
tsnikwah - 07 Jun 2007 06:09 GMT
I'm trying to "label" my slides so I can right click during a presentation
and go to a specific slide by label rather than by "slide number".
aneasiertomorrow - 07 Jun 2007 06:20 GMT
Hi

The 'labels' are the text you put in the slide titleholder (where it says
'click to add title'). If you don't want them to be seen on screen either
drag them off to one side or use the same colour for the text as you have
used for the background.

Lucy

> I'm trying to "label" my slides so I can right click during a presentation
> and go to a specific slide by label rather than by "slide number".
John Wilson - 07 Jun 2007 09:58 GMT
As Lucy says. You might also be interested in this short vba macro which
sets the title to visible / invisible and saves you dragging it off the
slide

Sub set_title()
Dim osld As Slide
Dim toggle As Integer
toggle = MsgBox("Invisible titles?", vbYesNo, "Set title status")
For Each osld In ActivePresentation.Slides
If osld.Shapes.HasTitle Then
If toggle = 7 Then osld.Shapes.Title.visible = msoTrue _
Else osld.Shapes.Title.visible = msoFalse
End If
Next
End Sub
> I'm trying to "label" my slides so I can right click during a presentation
> and go to a specific slide by label rather than by "slide number".
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.