Finding title slide programmatically

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.
 
J

josh.projects

Yup, that did the trick. Thanks!

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