Hello EK1,
Here are two macro you can use. One adds a button to the Excel menu bar called "Run Macro". This has ALT+R as the hot key. The second macro removes the button. Each of these will need to be called from the appropriate Workbook event. The button is temporary and should be removed when the workbook closes, but this is Windows. You will need to make some changes to the macro. They are marked with comments in the code. Copy this code to a VBA module.
Add and Delete Menu Button Macros
Workbook Event Module Code
Add this code to the ThisWorkbook module.
Bookmarks