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:
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 appreciatedCode:If KeyAscii = 32 Then ' 32 is the KeyAscii for space bar MsgBox ("Don't Press The Space Bar", vbExclamation, "NO SPACES")




Reply With Quote