VBA Refrencing Master

  • Thread starter Thread starter gb0dms
  • Start date Start date
G

gb0dms

would normally name my specific font for something
i.e. With font
.name = "Arial"

but what I would like it to work for varrious presentations
Is there a way for the font attribute to be set to match the Master title
font?
 
maybe

..Font.Name = ActivePresentation.SlideMaster.Shapes _
..Title.TextFrame.TextRange.Font.Name
 
Back
Top