Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I will be opening a word document from my website and creating the contents
of word dynamically. How do I set the table properties of a Header Row to span pages and each row not to break across pages? I know how to do this once I have word open but I need to set these properties from my web page! Please help. Thanks |
#2
![]() |
|||
|
|||
![]()
On Mon, 22 Aug 2005 07:02:13 -0700, "packer_fan"
wrote: I will be opening a word document from my website and creating the contents of word dynamically. How do I set the table properties of a Header Row to span pages and each row not to break across pages? I know how to do this once I have word open but I need to set these properties from my web page! Please help. Thanks Assuming you assign the return value of the .Tables.Add function to a Table object named oTbl, you make the first row a header row by executing oTbl.Rows(1).HeadingFormat = True -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Word 2003 tables-will not repeat header row | Tables | |||
Word 2003 Table Header Row won't repeat. | Tables | |||
Word tables should permit header rows to repeat only on every oth. | Tables | |||
Repeat Table Header does not work | Microsoft Word Help | |||
Word 2003 Table Header Row won't repeat. | Tables |