S
Steve Frye
When I try to copy a paragraph into the text of the document, I get an extra
carraige return which I don't want. The code I am using is:
Set aRange = ActiveDocument.Paragraphs(9).Range
ActiveDocument.Bookmarks("PlaceHolder").Range.Text = aRange
How can I make it so the paragraph just gets inserted and the rest of the
text continues normally?
(Is there a better way to do it than what I'm trying?)
Thanks
Steve
carraige return which I don't want. The code I am using is:
Set aRange = ActiveDocument.Paragraphs(9).Range
ActiveDocument.Bookmarks("PlaceHolder").Range.Text = aRange
How can I make it so the paragraph just gets inserted and the rest of the
text continues normally?
(Is there a better way to do it than what I'm trying?)
Thanks
Steve