Limiting the charaster count in a Cell

  • Thread starter Thread starter Bhimsen
  • Start date Start date
B

Bhimsen

Is there a way to limit the character count for the text to be entered in a
cell of a normal table(not a form).If yes, then how?
 
Bhimsen said:
Is there a way to limit the character count for the text to be entered in a
cell of a normal table(not a form).If yes, then how?

No.
However, you can set the row height to an Exact value (Table Properties
dialog, "Row" tab). Then, if we try to enter more text then the height
allows, the extra text will simply "disappear" below the bottom row margin.
 
Is there a way to limit the character count for the text to be entered in a
cell of a normal table(not a form).If yes, then how?

No, that is not possible.

You can set the row height to an Exact value. That won't prevent typing more
characters into the cells in that row, but the extra text won't be visible, and
it won't push down the text that follows the table.
 
Back
Top