Version: v.X
Operating System: Mac OS X 10.3 (Panther)
I'm trying to set a character limit on cells in a table, but am unable to
find the option. Is there one?
As an alternative to Bob's excellent suggestion, here are two more:
1) You CAN set a limit on cell entries using Data/Validation (select
Text Length from the Allow dropdown). But as Bob suggested, this won't
prevent the user from entering too many characters only to get an error
message (thankfully, the entry is retained in the formula bar, so one
can edit the too-long entry, rather than having to retype the whole
thing).
2) Depending on the number of table entries, etc., I've built sheet with
cells that users double-clicked into which then brought up a Userform.
One has character-by-character control of userform entries, so you could
even give a count-down as characters are entered, and prevent any more
characters being entered.