TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: ALL CAPS to lower case? From:Maro Riofrancos <riofrancos -at- WORLDNET -dot- ATT -dot- NET> Date:Tue, 15 Apr 1997 15:33:51 -0400
You could select the text, then press Shift+F3 once or twice-depending on whether the original text was all uppercase or AllCaps (there is a difference). Shift+F3 is the ChangeCase command, which cycles through lowercase, uppercase, and initial caps.
If you often need to do this, you might create a simple macro that lowercases selected text and assign this macro to a shortcut key. The macro is:
Sub MAIN
ChangeCase 0
End Sub
Note: if the text to be lowercased is a single word, you need not select it first. Just place the insertion point anywhere on the word.
-----Original Message-----
From: Mike Collier - SSG [SMTP:MikeCol -at- SBSERVICES -dot- COM]
Sent: Tuesday, April 15, 1997 3:02 PM
To: TECHWR-L -at- LISTSERV -dot- OKSTATE -dot- EDU
Subject: ALL CAPS to lower case?
Is there a way to change all caps text to lower case without retyping in
Word 7.0 ?
I seem to remember you could do this in Word 2.0.
Thanks,
Michael Collier
mikecol -at- sbservices -dot- com
SOFTBANK Services Group
Buffalo, NY http://www.sbservices.com
TECHWR-L (Technical Communication) List Information: To send a message
to 2500+ readers, e-mail to TECHWR-L -at- LISTSERV -dot- OKSTATE -dot- EDU -dot- Send commands
to LISTSERV -at- LISTSERV -dot- OKSTATE -dot- EDU (e.g. HELP or SIGNOFF TECHWR-L).
Search the archives at http://www.documentation.com/ or search and
browse the archives at http://listserv.okstate.edu/archives/techwr-l.html
TECHWR-L (Technical Communication) List Information: To send a message
to 2500+ readers, e-mail to TECHWR-L -at- LISTSERV -dot- OKSTATE -dot- EDU -dot- Send commands
to LISTSERV -at- LISTSERV -dot- OKSTATE -dot- EDU (e.g. HELP or SIGNOFF TECHWR-L).
Search the archives at http://www.documentation.com/ or search and
browse the archives at http://listserv.okstate.edu/archives/techwr-l.html