L
Ludo
Hi,
I have a macro that fills a table (in Word XP) with some data. The table is
created manually before the execution of the macro, and I access it with :
Set objTable = ActiveDocument.Tables(1)
It works perfectly, but for some cells, the text is too long to fit in, and
it is automatically word-wrapped in two lines. As my cells's height is for
one line of text, I can't read some characters.
My question : is it possible to detect if the text of a cell is too long for
it (or if it is word-wrapped) ? My idea is to reduce font size for theses
cells.
Thanks
Ludovic Balogh
I have a macro that fills a table (in Word XP) with some data. The table is
created manually before the execution of the macro, and I access it with :
Set objTable = ActiveDocument.Tables(1)
It works perfectly, but for some cells, the text is too long to fit in, and
it is automatically word-wrapped in two lines. As my cells's height is for
one line of text, I can't read some characters.
My question : is it possible to detect if the text of a cell is too long for
it (or if it is word-wrapped) ? My idea is to reduce font size for theses
cells.
Thanks
Ludovic Balogh