I have a document with 1000 names typed in all caps. I understand how to change fonts from lower to uppercase, but how do you do the reverse without having to retype everything? Thank you.How do i change fonts to LOWERCASE when it was originally typed in as all caps in Microsoft Word?
Changing Font Case in Word 2007 - http://wordprocessing.about.com/od/micro
How To: Change All Caps To Lowercase - http://www.lockergnome.com/griffin/2007/
RonHow do i change fonts to LOWERCASE when it was originally typed in as all caps in Microsoft Word?
What i would do is make a html document that looks like this
%26lt;html%26gt;
%26lt;head%26gt;
%26lt;style type=';text/css';%26gt;
body {
text-transform: lowercase;
}
%26lt;/style%26gt;
%26lt;/head%26gt;
%26lt;body%26gt;
names go here
%26lt;/body%26gt;
%26lt;/html%26gt;
then save it as index.html then double click it and copy the names into the document. Hope i helped
The same way - there are a few choices - upper, lower and proper - which is probably the one you want, since names should start with caps.
Keep Pressing SHIFT+F3
Once you get what you need, you can let go and the formatting will be saved.
Hope this helps :)
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.