Hi, all. Can someone explain to me (in clearer terms that found in the Help files) why I can use the Start and End properties when setting a range relative to the ActiveDocument.Range object, but I cannot do the same with an individual paragraph? In other words, why does it seem I must use two lines of code (Set myRange = overlylarge_range then myRange.SetRange fromHere, toHere) to set the desired range to part of a paragraph’s range, but only one line would be needed to do the same with the ActivedDocument.Range (e.g. Set myRange = ActiveDocument.Range(fromHere, toHere).
I realize I may simply be missing something, but I’d love to know what it might be!
Thanks in advance…