I have a large spreadsheet that I send out to customers where they fill in data that is then uploaded to a data base. One of the things I need to control is the length of the fields. To do this I use Data Validation and set the field to allow Text Length Less then or Equal to the max number of characters I want entered in the field. The sheet and workbook are password protected when sent out. All rows and columns that are not to be filled in are hidden.
My problem is that when the sheet is returned I have fields with significantly more characters in it then the Validation should allow. The validation rules are not changed on the cell. For example a cell that has validation set for a length less then or equal to 30 may have 55 characters in it. There are no fields on the sheet that should allow for more then 30 characters.
I know that you can past into a cell with Validation and the validation rules do not apply. The only way I can come up with that someone could get around the edit and cause the problem I am having is to open a second workbook and enter the data and then copy and past it into the validated cell in the first workbook.
Two questions, can anyone think of any other way around the validation and how can I keep people from doing this?
Thanks