tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,937
- Office Version
- 365
- 2019
- Platform
- Windows
I have a workbook where I have added some code so that a cell can only take certain values, via Data Validation.
The list exceeds 255 characters, ie the list of available values are:
then it shows:
Has this got anything to do with the Data Validation being too long?
Thanks
The list exceeds 255 characters, ie the list of available values are:
Code:
"a,b,c,d,e, etc. "
When I save, close then reopen the workbook, I get this error message:
[code]
We found a problem with some content in 'Your workbook.xlsm.' Do you want to try to recover as much as we can? If you trust the source of this workbook, click Yes.
then it shows:
Code:
Removed feature: Data Validation from /xl/worksheets/sheet1.xml part
Has this got anything to do with the Data Validation being too long?
Thanks
Last edited: