R
Robert
I am trying to write a macro to insert a large, red full-
stop (US period) to indicate the end of a sentence,
followed by capitalisation of the next word. This will
help automate the task of marking English assignments.
Only one small problem remains.
I have "borrowed" the round bullet symbol and moved it
down two points by using the Font Position Property. This
works well but has the effect of shifting the entire line
below downwards, thus spoiling the body-text formatting.
Towards the end of the macro I have tried collapsing the
selection and issuing Position=0 but this simply negates
the earlier Position setting, returning the bullet to its
usual mid-line position. Is it possible to move the
bullet down without affecting the line below? Any and
all suggestions will be most gratefully received.
stop (US period) to indicate the end of a sentence,
followed by capitalisation of the next word. This will
help automate the task of marking English assignments.
Only one small problem remains.
I have "borrowed" the round bullet symbol and moved it
down two points by using the Font Position Property. This
works well but has the effect of shifting the entire line
below downwards, thus spoiling the body-text formatting.
Towards the end of the macro I have tried collapsing the
selection and issuing Position=0 but this simply negates
the earlier Position setting, returning the bullet to its
usual mid-line position. Is it possible to move the
bullet down without affecting the line below? Any and
all suggestions will be most gratefully received.