Settings
ModelxcelPro doesn’t have one Options dialog — each feature area carries its own settings, and they don’t all persist the same way. This reference maps every settings surface to where it opens and, crucially, where its choices live: per-user on your machine, per-workbook beside or inside the file, or only for the current session.
The four persistence scopes
Before the map, the one idea that explains the whole table below — a setting lives in one of four places, and that determines whether it follows you or your file:
- Per-user (machine). A JSON file under
%APPDATA%\ModelxcelPro\. Follows your Windows profile across every workbook; doesn’t travel with a shared file. - Per-workbook (sidecar). Stored inside the feature’s companion file (
.mxaudit/.mxreview) next to the workbook. Travels only if that sidecar travels. - In the workbook. Written into the workbook itself (theme styles + document properties). Travels with the
.xlsx. - Session-only. Held in memory; resets to defaults when Excel (or the add-in) restarts. Not saved anywhere.
Where each settings dialog lives
| Settings | Open it from | Stored | Scope |
|---|---|---|---|
| Formatting | Format → Settings (keytip SE) | smart-formatting-settings.json | Per-user (some session-only) |
| Formula Editor | Inside TrustLens | formula-editor-settings.json | Per-user |
| CalcScope / Pretty Print | The CalcScope cockpit (no separate dialog) | pretty-print-settings.json | Per-user |
| Proof | Proof → Settings | causality-settings.json | Per-user |
| Compare | Compare → (dropdown) → Settings… | comparison-settings.json | Per-user |
| Audit | Audit Trail window → Settings (open via Audit → Audit Trail, AT) | In the .mxaudit sidecar | Per-workbook |
| Review | Review Issues window → Settings (open via Audit → Review Issues, RI) | In the .mxreview sidecar | Per-workbook |
| Map | Worksheet Map pane → Settings (open via Map → Worksheet Map, WM) | In memory | Session-only |
| Risk Heatmap colors | Map → Risk Heatmap → Customize Colors… | In memory | Session-only |
| Themes | Format → Themes → Customize… (TH) | In the workbook (styles + document properties) | In the workbook |
What each area controls
Two things that surprise people
Some formatting settings deliberately reset each session
In the Formatting Settings dialog, the number-format strings, auto-fit, empty-ref highlighting, the keyboard-shortcut switch, and the flag-CF mode persist per user — but Auto Format, Auto-Save, Undo Levels, and the text-case transform are session-only and reset every time Excel launches, by design.
Audit & Review settings live with the workbook; Compare settings live with you
Audit and Review settings are per-workbook — they ride inside the .mxaudit / .mxreview sidecars, so a custom review workflow follows that model. Compare, Proof, Formatting, and the editor settings are per-user JSON in %APPDATA% — they follow you, not the file. Map and Risk Heatmap settings don’t persist at all.
Where to go next