Hi All,
I have procedure that runs a macro based on a shortcut, many shortcuts in my case -works really well.
Application.OnKey "^h", "Macro1"
I'm trying to implement a CheckBox in the ribbon that tells me if the shortcuts is enabled or not, in a similar manner to...