Cell Validation limits

Weaver

Well-known Member
Joined
Sep 10, 2008
Messages
5,197
If you're creating cell validation using a list and the list comprises of a string entere into the box in the wizard, is there a finite limit to the number of characters you can place in it?
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
lol - I had to ask, since someone at work asked me why some code they'd written wouldn't work - they were trying to add a 20,000+ character string! Obiously I knew that was going to overload it but I was guessing 1,024
 
Upvote 0
In 2010, 8192 appears to be the limit if you set it in code.
 
Upvote 0
In 2010, 8192 appears to be the limit if you set it in code.
That figures - the original code was written on 2010 but with a smaller subset of the data. A 255 limit would've broken it at this stage, but it could easily have come in under 8192.

I'm not keen on doing it this way for anything more than a couple of dozen entries, so I was kind of glsd it didn't work. We're compiling a list in a hidden sheet now, naming it and referencing the named range.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,280
Members
452,902
Latest member
Knuddeluff

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top