wordsearch
Programmer
In Microsoft Word, you can right-click on the first row in a table and select table properties. In table properties, you can tick a checkbox whose caption is something like "Repeat as header row on each page".
(This has the effect of displaying the first row of the table at the top of each page).
Does anyone know how to do this using VBA / Office automation?
In other words, can the "Repeat as header row on each page" option be set programmatically from Visual Basic?
I know how to create Word documents and tables from VB, I just don't know how to set this option on them.
(This has the effect of displaying the first row of the table at the top of each page).
Does anyone know how to do this using VBA / Office automation?
In other words, can the "Repeat as header row on each page" option be set programmatically from Visual Basic?
I know how to create Word documents and tables from VB, I just don't know how to set this option on them.