'How to remove yellow highlighting of text in word file(.docx) using auto run Macro
Word file with extension .docx is generated using apache poi. Due to restrict editing implemented generated document has yellow highlighting for the editable text .Is there any way to write macro to run automatically and make shading off when word file is opened by user.
I tried AutoOpen() macro with ActiveDocument.View.ShadeEditableRanges = False , however its asking me to save file with macro enabled docm file which is not feasible for me , because I want to add macro in docx file.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
