Sep 15, 2003 #1 nesplb Programmer Jul 29, 2003 109 NO Hi! I guess this is a quite easy question for you guys out there. -I just want to delete the text in the current paragraph (The paragraph in which the caret is) and replace it with some new text.... Pål Nesteby PDC-Tangen Norway
Hi! I guess this is a quite easy question for you guys out there. -I just want to delete the text in the current paragraph (The paragraph in which the caret is) and replace it with some new text.... Pål Nesteby PDC-Tangen Norway
Sep 16, 2003 #2 TonyJollans Programmer Dec 18, 2002 7,186 GB Hi Pål, If I understand correctly, I guess the easiest way is .. Code: Selection.Paragraphs(1).Range.Text = "Whatever new text you want" Enjoy, Tony Upvote 0 Downvote
Hi Pål, If I understand correctly, I guess the easiest way is .. Code: Selection.Paragraphs(1).Range.Text = "Whatever new text you want" Enjoy, Tony
Sep 16, 2003 Thread starter #3 nesplb Programmer Jul 29, 2003 109 NO Thank you! Pål Nesteby PDC-Tangen Norway Upvote 0 Downvote