Is there a way to capture HotKeys/Shortcuts in Excel VSTO using only C# and no VBA?
- by Phobis
So I want to capture some key-commands in our Docuement-level Excel VSTO addin. I can't seem to find a way to do it, other than to use VBA and have our addin talk to the VBA. Any help/examples would be greatly appreciated.
I am using Excel 2007.