Outline level in notes page using VBA

J

james

Hi

How do you format paragraphs in a notes page using the
master text styles from the notes master?

I've tried setting the indent:

sldCurrent.NotesPage.Shapes.Placeholders
(2).TextFrame.TextRange.Paragraphs(1).IndentLevel = 3

but this just sets an indent and doesn't pick up the
outline formatting

Thanks

James
 
Top