Forum Discussion
robecry
Feb 23, 2024Copper Contributor
Letter option selection
Hi all, I am working on a letter template for HR. I have a list of appendices but not all of them will need to be included with every letter. How do I select the ones I want and hide the ones I do...
Feb 23, 2024
See the following page of Graham Mayor's website
https://www.gmayor.com/Boiler.htm
Do you want to maintain the original numbering of the Appendices, thus possibly leaving gaps in the numbering, or to you want the selected Appendices to be numbered sequentially?
If you want to maintain the numbering, for each of the Appendices you should run a macro containing the command:
ActiveDocument.ConvertNumberstoText
If you want the numbering to be sequential, you will need to make sure that the same styles are used for the numbering in each Appendix document