different tablestyle for each cell

A

anita

I have a table with four columns. The content of each cells maybe willl
be too large that it will spread whitin more than one page. the Content
of one colums is important and I want to allow to break whtin the page
when the content is too long but the content of another columns is not
very important and I donot want to allow to break when the content is
to large.
What shall I do to solve my problems in vba please help
 
J

Jean-Guy Marcil

anita was telling us:
anita nous racontait que :
I have a table with four columns. The content of each cells maybe
willl be too large that it will spread whitin more than one page. the
Content of one colums is important and I want to allow to break
whtin the page when the content is too long but the content of
another columns is not very important and I donot want to allow to
break when the content is to large.
What shall I do to solve my problems in vba please help

It is called "Allow row to break" because it applies to a row, not a cell.
What you want would be very complex to code.

This seems to me to be something you would do manually after the document
text has been finalized, as part of the last stage of document formatting
(Just prior to printing).

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
(e-mail address removed)
Word MVP site: http://www.word.mvps.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top