AutoCorrect.CorrectSentenceCaps

D

Dustin D. Cook

How do I use this to capitalize the first letter of every sentence?

We are a real estate firm that has to condense our listing write-ups to fit
in various online comment fields. I wrote a macro to abbreviate many words,
remove others, and generally condense the write-up to within about 60% of its
original size while still conveying all of its original information.

However, once my macro has run many of my sentences no longer begin with
capital letters. This is because many of the words that would normally begin
a sentence (e.g. "the", "a", and "this") have been remove to conserve space.

How do I accomplish my goal?
 
D

Dustin D. Cook

Dustin D. Cook said:
How do I use this to capitalize the first letter of every sentence?

I now know that this property cannot be used to accomplish my goal. I know I
can select my text and choose "Sentence Caps" in the Format > Change Case...
dialog. How can I use this in a macro?
 
Top