I'm struggling with a very basic VBA issue in Word. I use it in Excel ok but very rarely in Word.
All I want to do is move the cursor to the end of the word without highlighting it.
The only thing I can find to use to do this is Selection.MoveEnd unit:=wdWord but this highlights the word too.
Any pointers where I'm going wrong, cheers?
Edit - Figured it, seems I wanted MoveRight
@aggi started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
I'm struggling with a very basic VBA issue in Word. I use it in Excel ok but very rarely in Word.
All I want to do is move the cursor to the end of the word without highlighting it.
The only thing I can find to use to do this is Selection.MoveEnd unit:=wdWord but this highlights the word too.
Any pointers where I'm going wrong, cheers?
Edit - Figured it, seems I wanted MoveRight