Quote:
Originally Posted by Guessed
You need to pay careful attention to your code. What do you expect that the Extend option does on the following line?
Selection.MoveUp Unit:=wdParagraph, Count:=8, Extend:=wdExtend
Make that line end after the 8 and you will be moving the cursor instead of extending the selection
|
Thank you! That did it.
You can tell I am self taught. I get some of my lines of code from reading other people's and don't always understand what everything is for.
Anyway, all good, thank you very much!