The following code is working and seems like if there was multiple level of titles:
ActivePresentation.SlideMaster.TextStyles(ppTitleStyle).Levels(1).Font.Size = 50
The body text has 5 levels, thats ok, but i don't know if the levels make sense for the title, since no matter which theme I apply, I see only 1 title level in slidemaster.
Am I missing something? Or why does the code work with let's say level 3? (works = runs without error but doing seemingly nothing)
Thank you very much
ActivePresentation.SlideMaster.TextStyles(ppTitleStyle).Levels(1).Font.Size = 50
The body text has 5 levels, thats ok, but i don't know if the levels make sense for the title, since no matter which theme I apply, I see only 1 title level in slidemaster.
Am I missing something? Or why does the code work with let's say level 3? (works = runs without error but doing seemingly nothing)
Thank you very much