A
Alan Stancliff
I learned that it is possible to write a macro to assign selected text to an
autocorrect entry from another thread in this forum. So if autocorrect entry
is "uu", then the code would be:
AutoCorrect.Entries.Add Name:="uu", Value:=Selection.Text
But suppose the selected text is in upper case and one wants it to be
assigned to "UU" in title case. How would one do that?
autocorrect entry from another thread in this forum. So if autocorrect entry
is "uu", then the code would be:
AutoCorrect.Entries.Add Name:="uu", Value:=Selection.Text
But suppose the selected text is in upper case and one wants it to be
assigned to "UU" in title case. How would one do that?