Reply
 
Thread Tools Display Modes
  #1   Report Post  
sirstephenh
 
Posts: n/a
Default heading row does not repeat

word 9.0.6926 sp-3

i have a word document that comprises fifty tables.

i have made it so that if any of the tables breaks across a page the first
row of the table should be repeated at the top of the page.

(table - table properties - row - repeat as header...)

i say should because it isn't. i've tried all the various views and even
printed the requisite pages but none of them have header rows.

is this a known problem with word?

are there other settings that could affect this?

many thanks,
  #2   Report Post  
Genine
 
Posts: n/a
Default

If you have put manual page breaks in your tables then this splits the tables
and consequently the heading rows don't repeat on the new pages.
Check to see whether you have any hard page breaks in the tables, and
replace these with page break before on the formatting of one of the cells.
Genine

"sirstephenh" wrote:

word 9.0.6926 sp-3

i have a word document that comprises fifty tables.

i have made it so that if any of the tables breaks across a page the first
row of the table should be repeated at the top of the page.

(table - table properties - row - repeat as header...)

i say should because it isn't. i've tried all the various views and even
printed the requisite pages but none of them have header rows.

is this a known problem with word?

are there other settings that could affect this?

many thanks,

  #3   Report Post  
sirstephenh
 
Posts: n/a
Default

there are no manual page breaks in the document.

several answers to other questions in this forum suggest that this is a bug
in word.

selecting (as i did) table - table properties - row - repeat as
header... does not work at all, and only table - repeat as header does.

is this correct?

there are fifty tables in the document. i'd rather not have to set this
property on each one indvidually. the recorded vba for the table - repeat
as header action is:

Selection.Rows.HeadingFormat = wdToggle

this changes the HeadingFormat property but does not give headings that
repeat across pages.

any ideas?

"Genine" wrote:

If you have put manual page breaks in your tables then this splits the tables
and consequently the heading rows don't repeat on the new pages.
Check to see whether you have any hard page breaks in the tables, and
replace these with page break before on the formatting of one of the cells.
Genine

"sirstephenh" wrote:

word 9.0.6926 sp-3

i have a word document that comprises fifty tables.

i have made it so that if any of the tables breaks across a page the first
row of the table should be repeated at the top of the page.

(table - table properties - row - repeat as header...)

i say should because it isn't. i've tried all the various views and even
printed the requisite pages but none of them have header rows.

is this a known problem with word?

are there other settings that could affect this?

many thanks,

  #4   Report Post  
sirstephenh
 
Posts: n/a
Default

found it.

the following code sets the headingformat property to truwe and displays the
header rows on pages correctly.

Sub TableHeading()
Dim tblTemp As Table
For Each tblTemp In ActiveDocument.Tables
tblTemp.Rows.HeadingFormat = False
tblTemp.Rows(1).HeadingFormat = True
Next
End Sub

many thanks,

stephen.


"sirstephenh" wrote:

there are no manual page breaks in the document.

several answers to other questions in this forum suggest that this is a bug
in word.

selecting (as i did) table - table properties - row - repeat as
header... does not work at all, and only table - repeat as header does.

is this correct?

there are fifty tables in the document. i'd rather not have to set this
property on each one indvidually. the recorded vba for the table - repeat
as header action is:

Selection.Rows.HeadingFormat = wdToggle

this changes the HeadingFormat property but does not give headings that
repeat across pages.

any ideas?

"Genine" wrote:

If you have put manual page breaks in your tables then this splits the tables
and consequently the heading rows don't repeat on the new pages.
Check to see whether you have any hard page breaks in the tables, and
replace these with page break before on the formatting of one of the cells.
Genine

"sirstephenh" wrote:

word 9.0.6926 sp-3

i have a word document that comprises fifty tables.

i have made it so that if any of the tables breaks across a page the first
row of the table should be repeated at the top of the page.

(table - table properties - row - repeat as header...)

i say should because it isn't. i've tried all the various views and even
printed the requisite pages but none of them have header rows.

is this a known problem with word?

are there other settings that could affect this?

many thanks,

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HOWTO: keep para text on same line as numbered heading w/diff. for vballDrummer Page Layout 3 January 15th 05 07:31 PM
Repeat Table Header does not work Timboo Microsoft Word Help 3 January 14th 05 05:12 PM
Tab character in table of contents when using heading styles Rob Nicholson Page Layout 4 December 13th 04 10:26 AM
Trying to assign Heading 1,2,3 styles to my Outline, but cannot g. native6gina Microsoft Word Help 1 December 2nd 04 06:33 PM
Can Table AutoFormat apply formatting to multiple heading rows? aubreyco Tables 1 November 10th 04 05:02 PM


All times are GMT +1. The time now is 03:23 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"