Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Al Almoian Al Almoian is offline
external usenet poster
 
Posts: 8
Default Can I automate Heading Rows Repeat for all tables

Word 2003. I have many tables with the top row with unique style "table
header". I would like the table header row to repeat on each page. It
seams the attribute 'Heading Rows Repeat' cannot be associated with the
style. Must I go into each table and select the top row and manually set
'Heading Rows Repeat' or is there an automated way to do this for all
tables?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Mark Tangard[_4_] Mark Tangard[_4_] is offline
external usenet poster
 
Posts: 10
Default Can I automate Heading Rows Repeat for all tables

Al,

If all your tables are "uniform" (i.e., no vertically merged cells), you can use
a short macro to do this:

Dim t As Table
For Each t In ActiveDocument.Tables
t.Rows(1).HeadingFormat = True
Next t

If your tables *do* have vertically merged cells but your header rows don't:

Dim t As Table
For Each t In ActiveDocument.Tables
t.Range.Cells(1).Select
Selection.SelectRow
Selection.Rows.HeadingFormat = True
Next t

=====
Mark Tangard
MS Word MVP 2001-2004


Al Almoian wrote:
Word 2003. I have many tables with the top row with unique style "table
header". I would like the table header row to repeat on each page. It
seams the attribute 'Heading Rows Repeat' cannot be associated with the
style. Must I go into each table and select the top row and manually set
'Heading Rows Repeat' or is there an automated way to do this for all
tables?

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
Borders with Heading Rows Repeat Murray Anderson Tables 2 September 6th 07 10:04 PM
Heading Rows Repeat Greyed Out Evan Tables 1 February 20th 07 08:22 PM
Tables - Heading Rows DON'T repeat Anne Parker Tables 1 September 7th 06 01:37 AM
repeat heading rows in tables gailw Tables 0 March 23rd 06 09:04 PM
Tables - Heading Rows Repeat Over Sections Chris Beneteau Page Layout 2 October 11th 05 07:10 PM


All times are GMT +1. The time now is 05:12 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"