R
Runt
If a selected sentence contains a carriage return (chr(13)) at the end
then I want the macro to to automatically drop it from the selection
using
Selection.MoveLeft Unit:=wdCharacter, Count:=1, Extend:=wdExtend
But I have no idea how to identify whether there is such a character
and drop it without dropping the whole selection! Can you help?
Thanks in advance.
Chris
then I want the macro to to automatically drop it from the selection
using
Selection.MoveLeft Unit:=wdCharacter, Count:=1, Extend:=wdExtend
But I have no idea how to identify whether there is such a character
and drop it without dropping the whole selection! Can you help?
Thanks in advance.
Chris