I'm using the following code which copies one paragraph, how can I modify it to copy multiple (sequential) paragraphs?
ThisDocument.Paragraphs(8).Range.Copy
I tried adding commas or dashed between multiple numbers but it didn't work. (8, 9) or (8 - 10)
ThisDocument.Paragraphs(8).Range.Copy
I tried adding commas or dashed between multiple numbers but it didn't work. (8, 9) or (8 - 10)