Is there a way where I can limited a userform textbox to only allow the following to be entered
With a msgbox popping up if any other value is entered.
My code that I have brings up an error message but continues to allow the person to enter unwanted values.
My Textbox is called tComments.
Thanks
P
- a-z
- A-Z
- 0-9
- Full Stop .
- Comma ,
- Forward Slash /
- Backward Slash \
- Minus -
- Single Space
With a msgbox popping up if any other value is entered.
My code that I have brings up an error message but continues to allow the person to enter unwanted values.
My Textbox is called tComments.
Thanks
P