I have a TextBox and I want the user to enter
a number between 0 and 6 (1 to 5). No other characters
are allowed except integer numbers between 0 and 6.
No floating point numbers or negative numbers and
no letters. Just 1, 2, 3, 4, 5.
If the user hits a key which doesn't match with
these numbers a MsgBox should appear.

Any ideas?

thx, vbzero