VBA - identifying slide master

  • Thread starter Thread starter Savan Gandhi
  • Start date Start date
S

Savan Gandhi

How can we identify whether the slide uses title master or slide master?

Thanks,
Savan
 
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.
 
Hi John,

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.

Thanks
Savan
 

Ask a Question

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.

Ask a Question

Back
Top