E
Ed
I'm using Selection.MoveRight Unit:=wdCharacter, Count:=1, Extend:=wdExtend.
Is there an easy way to extend the selection until it hits a space? Or do
you have to extend, check the selection to see if it has encountered a
space, if not then loop?
Ed
Is there an easy way to extend the selection until it hits a space? Or do
you have to extend, check the selection to see if it has encountered a
space, if not then loop?
Ed