Share via

Style Separator's extra character space

Anonymous
2012-07-13T16:18:05+00:00

Hello, folks --

We use the Style Separator to separate Heading styles from their paragraphs' text styles. Why, after inserting the Style Separator, there is an added character space following it?  We always have to delete that extra space, because it does show when show/hide is turned off.

Is there a way to have the Style Separator NOT add the extra character space?

If anyone could answer this, it would be really appreciated.

Thanks a lot,

-Lynne

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

HansV 462.6K Reputation points
2012-07-13T17:16:10+00:00

I have no inside information, but I'd guess they reckoned that each part would most probably consist of words, so that a space between them would be natural...

Was this answer helpful?

0 comments No comments

Answer accepted by question author

HansV 462.6K Reputation points
2012-07-13T16:45:08+00:00

You could create a macro in your Normal.dotm template:

Sub InsertStyleSeparatorNoSpace()

    Selection.InsertStyleSeparator

    Selection.TypeBackspace

End Sub

and assign it to Ctrl+Alt+Enter (the keyboard shortcut for the style separator).

Was this answer helpful?

0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2012-07-13T17:21:47+00:00

    OK--Thank you kindly!

    -Lynne

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2012-07-13T16:54:57+00:00

    Thank you, HansV.  I will definitely use this macro if there is no other way.  I would have to put it in everyone's Normal.dot, though, and was hoping to avoid that, though.

    QUESTION:

    Do you know why Microsoft designed the Style Separator this way (with adding the extra character space)?

    Thanks so much,

    -Lynne

    Was this answer helpful?

    0 comments No comments