A while ago, I converted an XLA to XLAM due to an issue with macros not showing up when going from Excel 2007 to Excel 2016. That's fine, but we seemed to have lost reprogrammed keys.

They were defined in a subroutine, that was called from auto_open script. Keys were were redefined with Application.OnKey "^{F1}" for example. These have stopped working since we used the XLAM.

Ideas on how to get these working again?

Thanks!