How do I create one macro to autocorrect a typed word that mimics/applies text case based on that typed word?
Here's the logic:
If typed "feom" — remember typed case
Insert text "from" — apply case based on typed case
Examples:
lowercase — learned much feom this —> learned much from this
Title Case — Learn Feom Mistakes —> Learn From Mistakes
UPPER CASE — #FEOMJOE —> #FROMJOE
How do I create one macro to handle all three text case scenarios?