Thread: Validation
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
RobN[_2_] RobN[_2_] is offline
external usenet poster
 
Posts: 230
Default Validation

And....
If you need to know how to set a message to appear other than the default,
then do this....
Again, in the data validation dialog,
select the Error Alert tab
Make sure "Show error alert after invalid data is entered" is ticked.
Style: Stop
Title: Enter whatever you like.....maybe "Error!" without the quotes
Error Message: "Please Enter a 5 Digit number " without the quotes

Rob

"B_cooper123" wrote in message
...
I'm looking to have a validation rule which shows up an error message when
text that isn't entered into the correct location happens.

I.E i've got a bar where a 5 digit Number is to be entered, so if say a 4
digit number was entered, a message would flag up saying - Please Enter a
5
Digit number ??

Can anyone help