T
TC
In the menu under <Tools / AutoCorrect Options / AutoFormat As You
Type / Replace as you type>, there is an option called "Hyphens (--)
with Dash (-)". How can I change that option programmatically from
VBA?
While searching for the answer, I saw some documentation which says
the relevant property is
Application.Options.AutoFormatAsYouTypeReplaceFarEastDashes
However, I tried using that property, and it is obviously not correct.
Can anyone point me to the correct property?
-TC
Type / Replace as you type>, there is an option called "Hyphens (--)
with Dash (-)". How can I change that option programmatically from
VBA?
While searching for the answer, I saw some documentation which says
the relevant property is
Application.Options.AutoFormatAsYouTypeReplaceFarEastDashes
However, I tried using that property, and it is obviously not correct.
Can anyone point me to the correct property?
-TC