E
Edward
Hi,
In PP2003 bodytext placeholder has only 5 indent levels , but in PP2007 it
has 9 indent levels ,
I use the following code to apply appropriate indent level to a specific
paragraph
ActivePresentation.Slides(4).Shapes(2).TextFrame. _
TextRange.Paragraphs(2).IndentLevel = 6
but this code only works when the indent level is less than 6.
In PP2007 if I apply an indent level of 7 and use the following code
debug.print ActivePresentation.Slides(4).Shapes(2).TextFrame. _
TextRange.Paragraphs(2).IndentLevel
it will print the correct indent level but for some reason I can't apply
indent levels higher than 5 . Any suggestions?
In PP2003 bodytext placeholder has only 5 indent levels , but in PP2007 it
has 9 indent levels ,
I use the following code to apply appropriate indent level to a specific
paragraph
ActivePresentation.Slides(4).Shapes(2).TextFrame. _
TextRange.Paragraphs(2).IndentLevel = 6
but this code only works when the indent level is less than 6.
In PP2007 if I apply an indent level of 7 and use the following code
debug.print ActivePresentation.Slides(4).Shapes(2).TextFrame. _
TextRange.Paragraphs(2).IndentLevel
it will print the correct indent level but for some reason I can't apply
indent levels higher than 5 . Any suggestions?