PC Review


Reply
Thread Tools Rate Thread

How do I change a caps lock document into noncaps?

 
 
=?Utf-8?B?ZWhoYWxs?=
Guest
Posts: n/a
 
      3rd Nov 2006
I am putting together article submitted for a small newsletter and one was
submitted in all caps. Instead of retyping the article, is there a way to
reformat the article to be in regular text?
 
Reply With Quote
 
 
 
 
Suzanne S. Barnhill
Guest
Posts: n/a
 
      3rd Nov 2006
Format | Change Case. Use "Sentence case," but you'll still have to go
through and cap proper nouns and adjectives.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"ehhall" <(E-Mail Removed)> wrote in message
news:49520F91-EB55-4AF0-B7D3-(E-Mail Removed)...
> I am putting together article submitted for a small newsletter and one was
> submitted in all caps. Instead of retyping the article, is there a way to
> reformat the article to be in regular text?


 
Reply With Quote
 
=?Utf-8?B?TWFydGluIFA=?=
Guest
Posts: n/a
 
      3rd Nov 2006
This macro worked for me on the "quick brown fox" sentence (all in capitals):
Sub change()
For i = 65 To 90
Selection.Find.ClearFormatting
Selection.Find.Replacement.ClearFormatting
With Selection.Find
.Text = Chr(i)
.Replacement.Text = Chr(i + 32)
.Forward = True
.Wrap = wdFindContinue
.MatchWildcards = True
End With
Selection.Find.Execute Replace:=wdReplaceAll
Next i
End Sub
You will now have everything in lower case, but there should be an easy way
to do the necessary adjustment.

"ehhall" wrote:

> I am putting together article submitted for a small newsletter and one was
> submitted in all caps. Instead of retyping the article, is there a way to
> reformat the article to be in regular text?

 
Reply With Quote
 
Suzanne S. Barnhill
Guest
Posts: n/a
 
      3rd Nov 2006
Ctrl+A, Format | Change Case doesn't work for you?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Martin P" <(E-Mail Removed)> wrote in message
news:67B9953D-4E22-4FB3-876E-(E-Mail Removed)...
> This macro worked for me on the "quick brown fox" sentence (all in

capitals):
> Sub change()
> For i = 65 To 90
> Selection.Find.ClearFormatting
> Selection.Find.Replacement.ClearFormatting
> With Selection.Find
> .Text = Chr(i)
> .Replacement.Text = Chr(i + 32)
> .Forward = True
> .Wrap = wdFindContinue
> .MatchWildcards = True
> End With
> Selection.Find.Execute Replace:=wdReplaceAll
> Next i
> End Sub
> You will now have everything in lower case, but there should be an easy

way
> to do the necessary adjustment.
>
> "ehhall" wrote:
>
> > I am putting together article submitted for a small newsletter and one

was
> > submitted in all caps. Instead of retyping the article, is there a way

to
> > reformat the article to be in regular text?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i change caps lock setting Tina Microsoft Word Document Management 3 28th Nov 2007 10:36 PM
Word: Caps Lock & Font/All Caps off, but types caps. Why? =?Utf-8?B?TmllbA==?= Microsoft Word Document Management 3 13th Sep 2007 08:00 PM
change caps lock key =?Utf-8?B?UmF6eg==?= Microsoft Word Document Management 2 12th Oct 2006 10:50 PM
qliner hotkeys: Caps Lock is dead, long live Caps Lock! ewoudj Freeware 9 1st Oct 2005 12:11 PM
CAPS release key change from CAPS LOCK to SHIFT Alex Leung Windows XP Customization 0 22nd Jun 2004 12:02 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:23 AM.