A family of Microsoft word processing software products for creating web, email, and print documents.
Here is the link for the VBA script.
@Jeganarayanan, you need to understand what you are advising when you post code like this. Many users will have no clue how to do anything with a snippet of vba code. All you did with this link is essentially repeat that snippet. You did not say how to use it nor what it does.
You did not give any advantage to using this rather than simply modifying the formatting in the document using the User Interface. Few formatting problems require code.
@Eli
Here are two pages that can be helpful to use that code.
- Instructions for Installing Macros from Forums or Websites by Graham Mayor, MVP
- Install/Employ VBA Procedures (Macros) by Greg Maxey
However, no macros or vba should be needed for this.
Check out the suggestion by Bob Jones.
In a copy of your document, try selecting all the problem text clicking on the Style being used in the Home tab. When asked, you do not want to redefine the style but rather reapply it to the text.
Bob or another Mac user may be able to give you the clear [direct] formatting methods on the Mac that are the equivalent of Ctrl+Spacebar and Ctrl+Q.