Having a heck of a time trying to find the answer to what seems like a really simple thing to do:
After defining a range of a single point (blinking cursor), I set the range's .Text property to some string. No problem here.
I then want to position the cursor at the end of that text. The text may consist of several paragraphs. I can't for the life of me find out how to position the cursor after the text.
Can someone please tell me how to do this?
Is it more correct to set the range to that entire string? If so, please tell me how. I can't figure that out either...
Thanks in advance.
Edit: I should probably add that I am automating Word with Access VBA.
After defining a range of a single point (blinking cursor), I set the range's .Text property to some string. No problem here.
I then want to position the cursor at the end of that text. The text may consist of several paragraphs. I can't for the life of me find out how to position the cursor after the text.
Can someone please tell me how to do this?
Is it more correct to set the range to that entire string? If so, please tell me how. I can't figure that out either...
Thanks in advance.
Edit: I should probably add that I am automating Word with Access VBA.
Last edited: