I am trying to determine if MS Word supports the functionality to
create a container that
1. handles normal document spell checking
2. handles normal document comment insertion
3. handles normal document change tracking
4. will allow me to limit the number of characters in said container
The "Control Toolbox" TextBox allows me #4 (and spell checking using
some less than elegant VB)
The standard Word "TextBox" allows me #1, #3 (it will not allow
comments to be associated with specific lines within the TextBox, only
with the entire TextBox itself)
Any ideas or suggestions?
Thanks
Graham Mayor - 14 Feb 2006 06:42 GMT
A table cell set with fixed dimensions should do all that!

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> I am trying to determine if MS Word supports the functionality to
> create a container that
[quoted text clipped - 13 lines]
>
> Thanks
davidjgonzalez@gmail.com - 16 Feb 2006 18:36 GMT
I only see an option to Fix the column width. I do not see how to fix
the row height anywhere. Where do i set the table cell's fixed
dimensions?
thanks
davidjgonzalez@gmail.com - 16 Feb 2006 18:52 GMT
I believe I just found where to fix the Row Height (in the Table
Properties on the Rows tab) however when I fix the Row height to 1", I
can still type as much as I want itn the table row -- the text
extending past the 1" heigh is just hidden from view. If i copy the
contents of the cell all the overflow text still exists.
thanks