S
Steve Rindsberg
Has anybody had any luck capturing properties new to text in 2007?
Per-paragraph tab settings, for example.
Per-paragraph tab settings, for example.
John Wilson said:I'm not sure what you need Steve. I can add per paragraph indents and tabs to
a text box do you mean something more than that?
John Wilson said:Not sure that this is what you mean:
Sub perpara()
With ActiveWindow.Selection.ShapeRange(1).TextFrame2.TextRange
With .Paragraphs(1).ParagraphFormat
..FirstLineIndent = 12
..TabStops.Add msoTabStopLeft, 24
End With
With .Paragraphs(2).ParagraphFormat
..FirstLineIndent = 36
..TabStops.Add msoTabStopLeft, 48
..TabStops.Add msoTabStopLeft, 60
End With
End With
End Sub
John Wilson said:Just in time Steve - 10 days to THAT birthday which I'm sure will shrink my
brain! ;0)