on ‎2017 Aug 08 12:16 PM
Hi Everyone,
Is there a way to disable EPM Dynamic formatting via excel macro? (not just only for one sheet , for whole workbook) I have attached the screenshot below.
Request clarification before answering.
In VBA iterate all worksheets in workbook and for each set:
For each sh in ThisWorkbook.Worksheets
epm.SetSheetOption sh, 109, False
Next
"109" - Apply Dynamic Formatting
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no VBA API to change individual report options.
For each report you may insert EPM formula like:
= EPMReportOptions("XXX","ApplyDynamicFormatting=false")
where XXX - report ID.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 11 | |
| 9 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.