I have a partial ToC for a subdocument seperated by section breaks. Upon insertion of the TOC, i would like to specify that no headers show up on these pages.
I'm using macros for the insertion and am trying to use the .exists property to remove any headers. Here is a sample:
sec.Headers(wdHeaderFooterEvenPages).Exists = False
The help file says it's a read/write property but it wont write. Doesn't generate a error either.
This is a hard-to-explain problem, sorry, but if you have any ideas or have used the exists property, i'd appreciate it.
I'm using macros for the insertion and am trying to use the .exists property to remove any headers. Here is a sample:
sec.Headers(wdHeaderFooterEvenPages).Exists = False
The help file says it's a read/write property but it wont write. Doesn't generate a error either.
This is a hard-to-explain problem, sorry, but if you have any ideas or have used the exists property, i'd appreciate it.