In my macro code, I activate a button using .Activate method, and can see the button gets the focus as a result.
Now, when I hit Enter key, I expect this button to "click", but that is not working.
It works with spacebar though.

What else do I need to do to trigger the button's Click event upon hitting Enter?

Thanks
Ajay