View Single Post
 
Old 05-23-2018, 03:26 AM
zanestein zanestein is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: May 2018
Posts: 4
zanestein is on a distinguished road
Smile All Good!

Quote:
Originally Posted by Guessed View Post
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!
Reply With Quote