Hi,
There can be several reasons why your Excel macro keyboard shortcuts may not work. Here are some steps that you can try:
- Make sure the macro is assigned to the correct keyboard shortcut: Go to the Developer tab, click on Macros, select the macro you want to assign a keyboard shortcut to, click on Options, and verify that the correct keyboard shortcut is listed. If not, enter the desired keyboard shortcut and click OK.
- Check for macro security settings: If the macro is not digitally signed, Excel may prevent it from running or from being assigned a keyboard shortcut. Go to the File tab, click on Options, select Trust Center, click on Trust Center Settings, select Macro Settings, and make sure that "Enable all macros" is selected.
- Check for macro code errors: If your macro has an error in the code, it may prevent it from running or from being assigned a keyboard shortcut. Open the Visual Basic Editor (Developer tab > Visual Basic), select the macro, and check for any errors or warnings.
- Check for corruption: It may be possible that your macros are corrupted. In that case, you may need to check and repair them. You can try using "Open and Repair" and see if it fixes the issue.
Hopefully, one of these methods work out for you.
Best Regards.