What would be the acceptable method for calling buttons on click event using key press? I have typically done the If KeyAscii = (some code) Then call _Click. This seems like a bad way to handle 12 different key events on a form. I feel like there is a much better method than multiple IF statements, but have not seen any just yet browsing here and stackoverflow.