I have a userform with a bunch of controls. Some of them are textboxes and I wanted to make sure nothing but numbers can be typed into them. I tried doing this via UserForm_KeyPress event, but it seems like that never fires. Can somebody tell me when this event fires and if there are any limitting factors.

Thanks.