View Single Post
 
Old 05-11-2011, 06:54 PM
macropod's Avatar
macropod macropod is offline Windows 7 32bit Office 2007
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,387
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi Jaymond,

If your problem is that the cell is splitting, what you need to do is to select the table and choose Table Tools|Layout > Table > Properties > Row, then uncheck the 'allow row to break across pages' option. This can be done in code too. For example:
Code:
ActiveDocument.Tables(1).Rows.AllowBreakAcrossPages = False
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote