R
Robbie
Hi
Can anyone help me with the code to search through a
document looking for paragraphs that are bulletted or
numbered, and then then setting the indents and tabs the
same for each one?
I found objects called "listgallery", "ListLevel"
& "ListTemplate" & their collections in the help file, but
can't make head nor tail of the rest of the jargon!
Should end up something like:
For each myParagraph in ActiveDocument
If myParagraph is bulleted or numbered then
TabStop = x cm
Indent = y cm
Else next myParagraph
End if
Next
Thanks in advance
Can anyone help me with the code to search through a
document looking for paragraphs that are bulletted or
numbered, and then then setting the indents and tabs the
same for each one?
I found objects called "listgallery", "ListLevel"
& "ListTemplate" & their collections in the help file, but
can't make head nor tail of the rest of the jargon!
Should end up something like:
For each myParagraph in ActiveDocument
If myParagraph is bulleted or numbered then
TabStop = x cm
Indent = y cm
Else next myParagraph
End if
Next
Thanks in advance