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.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.