H
Hank Freeman
In MS Word you can set a table properties you can set "Repeat as Header row
on the top of each Page"... However, when trying to do it in VBA behind
Office in a Macro as listed below it does not work.
Sub Macro1()
Selection.Tables(1).Rows.HeadingFormat = True
End Sub
Please advise the correct VBA Syntax..
Additional documentation available upon request
on the top of each Page"... However, when trying to do it in VBA behind
Office in a Macro as listed below it does not work.
Sub Macro1()
Selection.Tables(1).Rows.HeadingFormat = True
End Sub
Please advise the correct VBA Syntax..
Additional documentation available upon request