Randy Starkey wrote...
There seems to be a limit to text in a cell. Does anyone know of a way to
extend this, or get around it, or some other idea?
There's a display limit of around 1024 characters, but you can get
around it by inserting line feeds (decimal ASCII character code 10,
which can be produced by [Alt]+[Enter]) at every point where Excel
would wrap text anyway. At that point only the 32767 character limit on
text constants would apply (but you won't be able to view more than
15000 or so legibly on most computer screens, and that only when single
cells fill most of the screen *and* you're using tiny font sizes).
Formulas are subject to a 1024 char limit, and there's no way to change
that.
Note: 100 lines of 150 chars/line = 15000 characters (not including
line feeds). In most fonts chars are taller than they are wide, so
lines per screen is the main constraint.