Here’s two easy questions from a VBA newbie:
I have a paragraph of text in a Word document. Using VBA,
1) How can I test whether the insertion point is at the start of the paragraph?
2) How can I test whether the insertion point is at the end of the paragraph?
Thanks for your help!