Upper case to Title case in Autocorrect macro, Word 2003

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
 
J

Jay Freedman

The first one made it, and I answered it.

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
 
A

Alan Stancliff

Yup Jay, you sure did. Thanks.

I have been having a bit of trouble with this forum software, which accounts
for the double post. I really do try to be a good netizen. Thanks for being a
good sport.

Regards,

Alan
 
A

Alan Stancliff

Thanks again, Jay, for your generous help and willingness to share your
expertise

Regards,

Alan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top