You can use Select Case e.KeyChar instead of If e.Keychar, but when you're doing such a simple comparison the difference is way more syntactic than performance oriented.
You can't filter a key out of a KeyPress without some kind of If/Select logic.
It never hurts to try. In a worst case scenario, you'll learn from it.