![]() |
|
#8
|
|||
|
|||
|
If you are using the current selection you do not have two ranges. You have one Range with a Start point and an End point. Range.Text is the text between them.
If you are separately obtaining the start and end point by some other means then you could use Code:
Set rng3 = ActiveDocument.Range(Start:=rng1.Start, End:=rng2.End) Working with Range Objects | Microsoft Learn Range object (Word) | Microsoft Learn |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Using bulltet points in Table changes position of the text
|
DEQHUQBG | Word | 5 | 06-29-2020 03:32 AM |
| hide edit points of text/shape box | Jackie | Word | 5 | 09-06-2015 04:23 PM |
Bullet Points in text boxes
|
caz46 | PowerPoint | 2 | 11-17-2013 06:18 AM |
Bullet points with text?
|
jjmclell | Word | 2 | 03-01-2013 11:42 AM |
| Edit Points in Curve: MS Office changes points properties itself, without my action. | Sergey SPb | PowerPoint | 0 | 08-27-2012 05:33 AM |