umm i have a slight problem. i don't want a user pressing the space bar in a text box, so i put in this:

Code:
If KeyAscii = 32 Then  ' 32 is the KeyAscii for space bar
MsgBox ("Don't Press The Space Bar", vbExclamation, "NO SPACES")
so you can see i want it's Title to be "NO SPACES", the actual message to be "Don't Press The Space Bar" and it to be an exclamation style box...any help would be appreciated