A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
In Excel, the shortcut key is stored with the macro, not with the script file itself. Deleting the macro code does not always clear the shortcut assignment if the macro entry still exists in the workbook/template.
To remove the shortcut key:
- Open the workbook where the macro originally lived.
- On the Developer tab, select Macros.
- In the list, look for the macro name that had the
Ctrl+Fshortcut. - Select that macro and click Delete.
If the macro is already gone but the shortcut is still intercepted, re‑create a dummy macro with the same name, assign no shortcut (or a different one), then delete that macro again via Developer > Macros > Delete so Excel clears the binding.
If the shortcut was assigned through Word-style keyboard customization (for example, via Customize Keyboard), remove it from there by:
- Opening the keyboard customization dialog.
- Navigating to the command list.
- Selecting the command that has the shortcut.
- In Current keys, selecting the shortcut and choosing Remove.
After removal, Ctrl+F will revert to Excel’s default Find behavior.
References: