Finding title slide programmatically

  • Thread starter Thread starter josh.projects
  • Start date Start date
J

josh.projects

Hello all,

How can I find the title slide using VB?

More specifically, I'd like to find the slides for which the footers
will be hidden if the "Don't show on title slide" checkbox in the
Header and Footer dialog window is ticked.

Thanks in advance.
 
Yup, that did the trick. Thanks!

For future reference, the named constant is
PpSlideLayout.PpLayoutTitle
 
Back
Top