D
Davey
I'm able to insert the new paragraph. However I can't get the entire
paragraph to be "indented". I need it to be indented for formating purpose
as I want it to appear as a sub paragraph of the one I'm inserting it
beneath. Also I noticed that when i insert the paragraph it's adding
numbering, I don't want the numbering to appear. Is there a way to prevent
this? Here is the code I have to insert the paragraph. This works fine but
it's not indented. I need the entire inserted range to be indented.
If myRange.Text Like "St Louis*" Then
.Collapse direction:=wdCollapseEnd
.InsertParagraphAfter
.Text = myRange.Text
Thanks
paragraph to be "indented". I need it to be indented for formating purpose
as I want it to appear as a sub paragraph of the one I'm inserting it
beneath. Also I noticed that when i insert the paragraph it's adding
numbering, I don't want the numbering to appear. Is there a way to prevent
this? Here is the code I have to insert the paragraph. This works fine but
it's not indented. I need the entire inserted range to be indented.
If myRange.Text Like "St Louis*" Then
.Collapse direction:=wdCollapseEnd
.InsertParagraphAfter
.Text = myRange.Text
Thanks