A family of Microsoft word processing software products for creating web, email, and print documents.
Compatibility Mode just means that a document was created in an earlier version of Word. In most cases it is not necessary to convert to the latest format; if you need to use features not available in Compatibility Mode, you can use File | Info | Compatibility Mode | Convert to resave a file in the latest format.
If you are seeing "Compatibility Mode" in the title bar of new documents you create, this means that the Normal template is in an older format, and you will need to convert it. The easiest way to do this is to open it for editing this way:
1. In Word, press Alt+F11; the Visual Basic Editor opens.
- Press Ctrl+G to activate the Immediate window.
- In that window, type (or paste)
NormalTemplate.OpenAsDocument
and press Enter.
Normal opens, but note that it may not be on top of all windows. You can close the Visual Basic Editor. You can then use the procedure above to convert it and save.