S
Sukhi
Hello
I use Range object to insert text in paragraphs. when text is inserted, the
cursor still stays at the beginning (at the book mark).
Set rBMRange = .Bookmarks("P1_WhatYouMightGetBack").Range
rBMRange.Text = Trim(rsMYS!para_text)
I want to carry on typing more text from database, without having
unnecessary bookmarks.
How do I get to end of text, and how do I type carriage return
(selection.typeparagraph with selection).
I use Range object to insert text in paragraphs. when text is inserted, the
cursor still stays at the beginning (at the book mark).
Set rBMRange = .Bookmarks("P1_WhatYouMightGetBack").Range
rBMRange.Text = Trim(rsMYS!para_text)
I want to carry on typing more text from database, without having
unnecessary bookmarks.
How do I get to end of text, and how do I type carriage return
(selection.typeparagraph with selection).