Assuming you are using PowerPoint 2003 or earlier, select any slide so that
is it is active -- then choose Format | Slide Layout or similar. This will
open a task pane (or a dialog box in the really old versions). If the layout
being used is the Title Slide, then this slide uses the Title Master -- in
all other cases, it uses the Slide Master.
PowerPoint 2007 doesn't have a separate Title Master -- it uses the concept
of Slide Layouts.
You could try checking osld.Design.HasTitleMaster=True and osld.Layout=1
(TitleMaster)
--
-------------------------------------------
Amazing PPT Hints, Tips and Tutorials
osld.Design.HasTitleMaster=True will be true even for those slides that use
slide master from the desing composing of title and slide master.
osld.Layout=1 : There are many other layouts like "11", "27" which use title
master. I presume, I need to compare all these with "OR" condition.
I suggested checking HasTitleMaster because even with layout 1 if the
titlemaster doesnt exist it won't be used! I don't believe that layouts 11/24
etc do use the Title master! ....
--
-------------------------------------------
Amazing PPT Hints, Tips and Tutorials
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.