A
aswflyer
I am stuck on one element of a broader macro. I would like to highlight the
next sentence in preparation for executing the copy function. Here is what I
would like to happen. The macro would move the cursor to the next character
(I will have already placed the cursor before a sentence). It will then go on
to highlight the first character and subsequent characters and spaces until
it reaches either a period, question mark or exclamation mark (which it will
highlight also). The period must have a space after it to avoid the macro
stopping on a decimal point or series of dots etc. (the space after the
period should not be highlighted).
I would be very appreciative if someone could help me with the code.
next sentence in preparation for executing the copy function. Here is what I
would like to happen. The macro would move the cursor to the next character
(I will have already placed the cursor before a sentence). It will then go on
to highlight the first character and subsequent characters and spaces until
it reaches either a period, question mark or exclamation mark (which it will
highlight also). The period must have a space after it to avoid the macro
stopping on a decimal point or series of dots etc. (the space after the
period should not be highlighted).
I would be very appreciative if someone could help me with the code.