A family of Microsoft word processing software products for creating web, email, and print documents.
Ctrl+A, Ctrl+Q, Ctrl+Spacebar
That is, SelectAll, ResetPara, ResetChar.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
A family of Microsoft word processing software products for creating web, email, and print documents.
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.
Answer accepted by question author
Ctrl+A, Ctrl+Q, Ctrl+Spacebar
That is, SelectAll, ResetPara, ResetChar.
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.
I'm glad you found it helpful. Perhaps you could mark my reply as the answer?
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
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.