R
Rick
I'm writing a module in my macro that needs to keep all lines of a
paragraph together. This module needs to execute after
Selection.TypeText types out the paragraph. My understanding is that
the way you keep lines together is by using Selection.KeepTogether
after the paragraph is selected. However, the number of lines in the
paragraph may vary depending on the context, so I'm not sure how to
select my entire paragraph after Selection.TypeText has finished
typing it out. Thanks for any help.
paragraph together. This module needs to execute after
Selection.TypeText types out the paragraph. My understanding is that
the way you keep lines together is by using Selection.KeepTogether
after the paragraph is selected. However, the number of lines in the
paragraph may vary depending on the context, so I'm not sure how to
select my entire paragraph after Selection.TypeText has finished
typing it out. Thanks for any help.