From: MPF on
Thanks in advance for any assistance.

I have a cell in a table that has the CanGrow property set to false,
yet the text is still rendered beyond the content of the cell, albeit
wrapped.

How do I, barring use of substring or mid functions, prevent text from
expanding the cell width?

Thanks,

Morgan
From: Mick Egan on
Your problem maybe that Format is set to "Can accomodate contents".

Right click on the Cell, select Format and uncheck the Textbox height option.

Mick

"MPF" wrote:

> Thanks in advance for any assistance.
>
> I have a cell in a table that has the CanGrow property set to false,
> yet the text is still rendered beyond the content of the cell, albeit
> wrapped.
>
> How do I, barring use of substring or mid functions, prevent text from
> expanding the cell width?
>
> Thanks,
>
> Morgan
> .
>