K
Krakmup
G'Day
I have encountered a unique heading problem. I generate a table from a
database, move off the table and create a "Heading 1" for my table of
contents, then move back into the table, and format the first line, and
desire to make the first row carry over into new pages.
CODE:
Selection.SelectRow
Selection.ClearFormatting
Selection.Font.Bold = wdToggle
Selection.Font.SmallCaps = wdToggle
Selection.Font.Color = wdColorBlue
Selection.Rows.HeadingFormat = True
The problem, is in Office 2000, and Windows 2000, 98, etc, the second line
is not recognized. If I delete the second line, then the "Heading 1" carries
over into the table.
Any ideas?
Krakmup
I have encountered a unique heading problem. I generate a table from a
database, move off the table and create a "Heading 1" for my table of
contents, then move back into the table, and format the first line, and
desire to make the first row carry over into new pages.
CODE:
Selection.SelectRow
Selection.ClearFormatting
Selection.Font.Bold = wdToggle
Selection.Font.SmallCaps = wdToggle
Selection.Font.Color = wdColorBlue
Selection.Rows.HeadingFormat = True
The problem, is in Office 2000, and Windows 2000, 98, etc, the second line
is not recognized. If I delete the second line, then the "Heading 1" carries
over into the table.
Any ideas?
Krakmup