A family of Microsoft word processing software products for creating web, email, and print documents.
Hi Charles,
This seems very helpful. But I am severely unfamiliar with Macros.
I am working from a file that is a "templated document" that we use company wide. If I have Track Changes on to help bold items when I make a change to the document automatically (which is what my company needs to capture) - the document can sometimes go haywire. It throws footers out of whack, bulleted points, bolds the entire document.... and many other formatting issues.
This did not happen before the update... The office received an office update and after that update went company wide... everyone's settings got defaulted. Now, when you open the documents, they automatically get thrown into Styles Automatically Updating... etc. When you go to your undo button (say I copy from one page and want to paste on the next) just by copying and pasting, it throws in an "Automatically Update Styles" into my Undo list to Undo.
I want to stop that feature from happening. The only way I knew how to do it was Manually go into to Modify each style to unclick the box for Automatically Update Style... But I am having to do it for EVERY document when using our companies template... for EVERY style. Would this Macro you're suggesting stop me from having to do that? I looked up Macros before reaching out to this thread and I just couldn't figure it out, as it was a Macro I had to basically do from Scratch instead of just one I could select. I appreciate the help!
Run the macro in your template and distribute it again.
You would need to run it in any documents based on the template as distributed before. You could include it as an AutoOpen macro in your custom template and as long as the documents remain attached to the template, it would run on the existing documents.
If at all possible, I would turn off the Tracking for fomatting changes.
If this is something you need, you do, but it can add a lot of surplus to the Track Changes.
You will have very strange-looking documents until changes are accepted if you have automatically numbered or bulleted paragraphs.
I added the following to my original response:
- Install/Employ VBA Procedures (Macros) by Greg Maxey
- Instructions for Installing Macros from Forums or Websites by Graham Mayor, MVP
These are two different sets of instructions on using macros you find online. They essentially give the same information using different words, examples, and screenshots. Either one should be enough for you to be able to use it.