A
Alan Stancliff
I tried to post this question, but I'm not sure it made it. So please excuse
if this is a double posting.
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?
Regards,
Alan
if this is a double posting.
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?
Regards,
Alan