Share via

Document Formatting

Anonymous
2025-03-07T22:47:25+00:00

I am working with an inherited document that I am reformatting. I want to change the formatting of a number of items such as the Normal definition. I am using VBA to make the changes but when I execute the code, the definition of the various items changes but the existing items don't change. So, I change the definition of Normal and if I create a new Normal paragraph it is in the new definition I created but the existing paragraphs don't change. How can I force a change of all the existing paragraphs.

Microsoft 365 and Office | Word | For business | 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

  1. Suzanne S Barnhill 277.4K Reputation points MVP Volunteer Moderator
    2025-03-08T01:27:33+00:00

    Ctrl+A, Ctrl+Q, Ctrl+Spacebar

    That is, SelectAll, ResetPara, ResetChar.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments

7 additional answers

Sort by: Most helpful
  1. Stefan Blom 340.5K Reputation points MVP Volunteer Moderator
    2025-03-11T18:15:31+00:00

    Nobody in the forum can make their own reply the Answer. However, moderators can mark other people's replies as Answers.

    Note that an Answer sorts to the top of the thread. You should be able to scroll down to see more replies. Also, you may have to click an expand/collapse triangle to see all replies.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Suzanne S Barnhill 277.4K Reputation points MVP Volunteer Moderator
    2025-03-10T23:49:22+00:00

    I'm glad you found it helpful. Perhaps you could mark my reply as the answer?

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2025-03-10T16:15:14+00:00

    Suzanne,

    That was really helpful. I need to brush up on what Charles has said but this was just the right targeted response that I needed. Thank you.

    Jay

    Was this answer helpful?

    0 comments No comments
  4. Charles Kenyon 167.1K Reputation points Volunteer Moderator
    2025-03-07T23:58:52+00:00

    I am working with an inherited document that I am reformatting. I want to change the formatting of a number of items such as the Normal definition. I am using VBA to make the changes but when I execute the code, the definition of the various items changes but the existing items don't change. So, I change the definition of Normal and if I create a new Normal paragraph it is in the new definition I created but the existing paragraphs don't change. How can I force a change of all the existing paragraphs.

    You need to learn about styles and using them.

    It sounds like you are wanting to change the normal style. The entire document may be formatted with that style with direct formatting applied. Changing the normal style may not change the direct formatting. Other styles may be in use that are not based on the normal style.

    1. You do not need vba to do that.
    2. You should be using more styles than normal, built-in or custom, in important documents. Most formatting should be done using styles.
    3. Once you have a style you want in one document, you can copy it to another using the Organizer.
    4. Keyboard shortcuts can be assigned to styles.

    Was this answer helpful?

    0 comments No comments