Skip to content

Ribbon keytips

Every ModelXcel Pro ribbon command is reachable from the keyboard through Excel’s key-tips. Press Alt to reveal them, X to open the ModelXcel Pro tab, then the two-letter keytip for the command. This is the complete map, group by group, straight from the ribbon definition.

How keytips work

Press Alt and Excel paints a letter over every ribbon tab. Press X to open ModelXcel Pro, and a two‑letter keytip appears on each command. Type those two letters to run it. So Format Selection is Alt, X, F, S. Split buttons run their primary action on the keytip; open their menu with the mouse (the menu items carry no keytips).

Keytips drive ribbon buttons — they are not global shortcuts

A keytip always starts from Alt and walks the ribbon. It is Excel’s mechanism, not the add‑in’s. Where a command also has a single‑chord global shortcut (like Ctrl+Shift+J), that chord is listed in the last column and described in full under Global shortcuts.

Format

Group keytip F. Smart Formatting and the formatting utilities.

CommandKeytipGlobal shortcutNotes
Format SelectionAlt, X, F, SCtrl+Shift+JSmart‑formats the selected range.
Format SheetAlt, X, F, ACtrl+Shift+QSmart‑formats the whole active sheet.
Auto FormatAlt, X, A, FCtrl+Shift+XToggle: format as you type.
Auto FitAlt, X, A, TPrimary = Auto‑Fit Selection. Menu adds Fit Sheet and an “Auto‑Fit while typing” toggle. See the AT note below.
Text CaseAlt, X, T, CPrimary applies the current case; menu picks Sentence / lower / UPPER / Proper.
Empty RefsAlt, X, E, RHighlights empty referenced cells; menu scopes Selection / Sheet / Workbook.
ThemesAlt, X, T, HPrimary opens the theme gallery; menu lists the built‑in palettes.
SettingsAlt, X, S, EFormatting preferences (includes the Smart Formatting shortcut toggle).
Undo FormatAlt, X, U, FReverts the last Smart / Auto Format. Enabled only when there’s something to undo.

Formula Tools

No group keytip. Tracing, analysis, and the formula workbenches.

CommandKeytipGlobal shortcutNotes
PrecedentsAlt, X, T, PTrace precedents of the selection.
DependentsAlt, X, T, DTrace dependents of the selection.
Flow DiagramAlt, X, F, DCtrl+Shift+WOpens Formula Explorer on the Flow Diagram tab.
TrustLensAlt, X, F, ICtrl+Shift+IOpens the TrustLens workbench for the selected cell.
CalcScopeAlt, X, P, PCtrl+Shift+YPrimary opens CalcScope; the menu adds Dock CalcScope (no shortcut) and Classic Pretty Print. Ctrl+Shift+Y always opens Classic Pretty Print, not the CalcScope tree.
SensitivityAlt, X, S, ACtrl+Shift+STornado / driver ranking for the selected output.

Name Conversion

No group keytip. None of these have a global shortcut — they are keytip‑only.

CommandKeytipGlobal shortcutNotes
Flatten NamesAlt, X, F, NReplace defined names with direct references.
Apply NamesAlt, X, A, NReplace matching references with their defined names.
RestoreAlt, X, R, NUndo the last conversion. Enabled only while a snapshot exists.

Map

No group keytip. Structure and risk visualization.

CommandKeytipGlobal shortcutNotes
Worksheet MapAlt, X, W, MThe map button has no chord, but the open map pane responds to Ctrl+Shift+M / E / G — see Global shortcuts.
Risk HeatmapAlt, X, R, HCtrl+Shift+RPrimary toggles the heatmap; menu picks view mode, sheets, and colors.

Compare

No group keytip. Keytip‑only.

CommandKeytipGlobal shortcutNotes
CompareAlt, X, C, OPrimary = Compare Workbooks. Menu adds Compare to Previous Version, Compare Sheets, and Settings.

Audit

No group keytip. Review, audit status, and search. All keytip‑only.

CommandKeytipGlobal shortcutNotes
Model HealthAlt, X, M, HWorkbook health report.
Review IssuesAlt, X, R, IIssue tracker.
Flag CellAlt, X, F, CLog a review issue for the selection.
Highlight IssuesAlt, X, H, IToggle severity‑colored issue overlay.
Cell SearchAlt, X, C, SFind cells by attribute.
Audit TrailAlt, X, A, TAudit status tracker. Shares the keytip AT with Auto Fit — see note below.
Mark CellAlt, X, M, CApply an audit status to the selection.
Highlight AuditAlt, X, H, AToggle status‑colored audit overlay.

Proof

No group keytip. Proof‑of‑derivation. All keytip‑only.

CommandKeytipGlobal shortcutNotes
Why This NumberAlt, X, W, NProof chain for the selected cell.
Replay ProofAlt, X, R, PSigned certificate for an output move.
Bind SourceAlt, X, B, SBind a hardcoded input to a source.
Bind VectorAlt, X, B, VBind a row/column of inputs atomically.
Sign CellAlt, X, S, CAppend a reviewer signature to one cell.
Sign BlockAlt, X, S, BSign a contiguous formula block.
Verify WorkbookAlt, X, V, WRe‑read every bound vector and signed block.
CoverageAlt, X, C, CProof coverage report.
VerifyAlt, X, V, LRecompute the proof ledger’s hash chain.
CertificateAlt, X, C, TExport a proof certificate.
SettingsAlt, X, C, GProof module settings.

Help

No group keytip.

CommandKeytipGlobal shortcutNotes
HelpAlt, X, H, EDocumentation and shortcut reference.
AboutAlt, X, A, BVersion, license, credits.
License StatusAlt, X, L, SView / activate / renew the license.

One keytip is declared twice: AT

In the ribbon definition, Auto Fit (Format group) and Audit Trail (Audit group) both declare the keytip AT. Both live under the same tab, so after Alt, X the letters A, T are ambiguous; which button Excel activates is resolved by Excel’s own key‑tip handling and is not controlled by the add‑in. If Alt, X, A, T doesn’t land where you expect, click the button or use its global shortcut where one exists.

Not keytips

Two families of Alt+Shift shortcuts look ribbon‑adjacent but are not keytips — they are global chords handled by the add‑in’s hook, not the ribbon: the Smart Formatting direct‑style shortcuts (Alt+Shift+N/P/D/F/R/H) and precedent navigation (Alt+Shift+19, 0, [). They are documented under Global shortcuts.

Related