Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Looks double-spaced but Word says it's single-spaced

50,441 views
Skip to first unread message

Stephanie

unread,
Feb 4, 2002, 9:16:50 AM2/4/02
to
I've got a document that I want to be single-spaced - and
that's what the formatting says it is - but it looks
double-spaced. How can I change the document so that it
looks single-spaced like Word says it is? Right now, if I
highlight the document and try to change it to single-
spaced, it remains the same. The only thing I know to try
is to copy the info to a new document, format it there,
then copy it back to the original document. Please help!

Suzanne S. Barnhill

unread,
Feb 4, 2002, 10:45:45 AM2/4/02
to
Two things to check:

1. Vertical alignment on the Layout tab of Page Setup. If it's anything
other than "Top," you may get strange results.

2. Spacing Before/After in Format | Paragraph. If there's a paragraph return
at the end of each line (as there might be in an imported text file), then
each line is a paragraph, and interparagraph spacing would apply.

--
Suzanne S. Barnhill
Microsoft Word MVP
Words into Type
Fairhope, Alabama USA

"Stephanie" <smo...@lundygroup.com> wrote in message
news:126ef01c1ad86$96543b10$9be62ecf@tkmsftngxa03...

Tim Murray

unread,
Feb 4, 2002, 11:03:08 AM2/4/02
to
The text may have a large leading value (called "line spacing" in Word). Do
a Format > Paragraph and see what's in Line Spacing.

Also, it sounds like you're not using styles. You should learn all you can
about using them.


Suzanne S. Barnhill

unread,
Feb 4, 2002, 12:28:28 PM2/4/02
to
If Word claims the paragraph is "Single" spaced, then that *is* what's in
"Line spacing."

--
Suzanne S. Barnhill
Microsoft Word MVP
Words into Type
Fairhope, Alabama USA

"Tim Murray" <NoS...@techknowledge-no-spam-corp.com> wrote in message
news:eXMko3ZrBHA.2056@tkmsftngp03...

Steve Hudson

unread,
Feb 5, 2002, 6:18:36 AM2/5/02
to
G'day Stephanie.

One of my copyediting macros forcibly removes all multiple spacing
from a document (does NOT do tabs etc, that's a different one):

Public Sub Remove_Double_Spacing()
With Application
.ScreenUpdating = False
ReReplaceAll " ", " "
ReReplaceAll " ", " "
.ScreenUpdating = True
End With
End Sub

Private Sub ReReplaceAll(OldText As String, NewText As String)
Dim r As Range
Set r = ActiveDocument.Range
r.Collapse
With r.Find
.Text = OldText
.Replacement.Text = NewText
.Wrap = wdFindContinue
While .Execute(Replace:=wdReplaceAll)
Wend
End With
End Sub

Steve Hudson, Word Heretic
HDK List MVP
Word tools: her...@tdfa.com
Please post replies/further questions to the newsgroup so that all may benefit.
If I don't provide enough information, please feel free to ask for more :-)

renom...@gmail.com

unread,
Jan 25, 2015, 4:45:28 PM1/25/15
to
Format>Paragraph> Check "Don't add space between paragraphs of the same style"

SafeTex

unread,
Jan 26, 2015, 2:43:55 PM1/26/15
to
Hello

Assuming that we are looking for a complicated explanation, I recently had a document on my computer where a couple of proper nouns had been kept in Swedish and happened have accented Swedish vowels

The difference in spacing between these couple of lines and the rest of the all English text was easily visible yet all line spacing was set to the same

So do you just happen to have some unusual characters?

Doubt it but it's worth mentioning for Word fanatics

Regards

Stefan Blom

unread,
Jan 27, 2015, 2:30:11 PM1/27/15
to
Try a different font. Alternatively, keep the font you are using now and
change the Line Spacing to "Exactly." You may have to experiment a bit to
find an appropriate value.

--
Stefan Blom
Microsoft Word MVP




"SafeTex" <saf...@ymail.com> wrote in message
news:509a49c9-fd03-4f6d...@googlegroups.com...

bone...@gmail.com

unread,
Nov 12, 2015, 9:51:58 PM11/12/15
to
THANK YOU!!!
John

rominam...@gmail.com

unread,
May 5, 2016, 3:16:20 PM5/5/16
to
FORMAT --> PARAGRAPH --> SPACING

Make sure that "Before" and "After" are both "0 pt"

renom...@gmail.com

unread,
Sep 16, 2016, 6:25:27 PM9/16/16
to
This was it! Thanks!!

con...@ajmoss.com

unread,
Nov 20, 2016, 2:23:01 PM11/20/16
to
Thank you Renom: that worked for me!

Lisa Wilke-Thissen

unread,
Nov 22, 2016, 2:16:46 AM11/22/16
to
Hi,

> > Format>Paragraph> Check "Don't add space
> > between paragraphs of the same style"

> Thank you Renom: that worked for me!

So it was not a problem of line spacing in paragraphs, but spacing *before*
and/or *after* paragraphs...

--
Cheers,
Lisa

Message has been deleted

julie...@gmail.com

unread,
May 29, 2017, 8:51:40 PM5/29/17
to

Thank you! That has fixed my problem and I spent ages looking for an answer before I read yours.

Bill Helbron

unread,
Jun 9, 2017, 11:38:25 AM6/9/17
to
After serious thinking rominam...@gmail.com wrote :
I have the same problem but only one line in the paragraph is
double-spaced! I have high-lighted the line and it shows "Before" and
"After" are both "0 pt". I've also checked other similar paragraphs and
are are all single-spaced! Please advise!

Bill

Peter T. Daniels

unread,
Jun 9, 2017, 12:46:39 PM6/9/17
to
Have you turned on Show Non-Printing Characters (Ctrl-Shift-8) to check
whether there's a space character, or something, that has a large point-size?

Bill Helbron

unread,
Jun 10, 2017, 10:34:25 AM6/10/17
to
Peter T. Daniels wrote on 09-Jun-17 :
Thanks Peter,

I will certainly try that if it I encounter it again but I simply
"re-typed" that line in another location, copied it, & pasted it over
the double-spaced line, and it solved the problem!

Bill

linda.sm...@gmail.com

unread,
Jul 10, 2017, 5:32:27 PM7/10/17
to
I went to DESIGN > PARAGRAPH SPACING > NO PARAGRAPH SPACE
That fixed the problem.

Gary

unread,
Aug 14, 2017, 3:38:01 PM8/14/17
to
On Monday, February 4, 2002 at 9:16:50 AM UTC-5, Stephanie wrote:
I'm having the same problem. I understand and use styles. I've built other styles off the body text style, which is built off of Normal. I have paragraphs set for single spacing, with 6pt between paragraphs.

The paragraphs of my headers are showing up as double-spaced.

The document is currently aligned to the margin, the default. I've never changed this. The only other option not grayed out is align to page.

Thanks for any help.

garyle...@gmail.com

unread,
Aug 14, 2017, 3:50:34 PM8/14/17
to
My temporary solution is to set Body Text spacing at exactly 12pt, which looks like single spacing. Not permanent though.

jjd...@gmail.com

unread,
Aug 28, 2017, 4:32:54 PM8/28/17
to
Yes, thank you; I saw it as soon as I turned on show formatting, then replaced away paragraph returns with a space.

millstradi...@gmail.com

unread,
Oct 18, 2017, 9:22:03 PM10/18/17
to
Both explanations are nonsense. Bug city. word it "toy"ware.

Michael Tardie

unread,
Oct 26, 2017, 3:31:05 PM10/26/17
to

millstradi...@gmail.com;496914 Wrote:
> On Tuesday, February 5, 2002 at 1:16:50 AM UTC+11, Stephanie wrote:-
> I've got a document that I want to be single-spaced - and
> that's what the formatting says it is - but it looks
> double-spaced. How can I change the document so that it
> looks single-spaced like Word says it is? Right now, if I
> highlight the document and try to change it to single-
> spaced, it remains the same. The only thing I know to try
> is to copy the info to a new document, format it there,
> then copy it back to the original document. Please help!-
>
> Have you checked the Paragraph dialog (Home tab, Paragraph group) to
> ensure the Line spacing setting is set to 'Single'?




--
Michael Tardie

nobl...@gmail.com

unread,
Nov 1, 2017, 6:27:21 PM11/1/17
to
That FIXED IT!!!

briggs....@gmail.com

unread,
Nov 7, 2017, 12:43:28 AM11/7/17
to
Thank you!! So helpful

jo...@dhkarchitecture.com

unread,
Jan 10, 2018, 2:26:57 AM1/10/18
to
cheers, helped Tin and I in Tasmania :)

spinefit....@gmail.com

unread,
Jun 6, 2018, 4:21:02 PM6/6/18
to
On Friday, September 16, 2016 at 3:25:27 PM UTC-7, renom...@gmail.com wrote:
> This was it! Thanks!!

Thank you!! That did it!

jfust...@gmail.com

unread,
Jan 23, 2019, 1:16:39 PM1/23/19
to
THANK YOU!!!!!!
0 new messages