Hi,

I am developing an application which uses Excel as the input interface.
I want to use a cell as a "button", i.e. the user can use keyboard to
navigate to that cell, and press enter to "click" the button. I don't
want to use a button clicked by mouse, because that would be slow.

However, I can't find any event like "onkeypressed", and
"worksheet_change" and "worksheet_selectionchange" doesn't do well.
What should I do?

Thanks in advance.

David Chan