Feb 23 2024 11:58 AM
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 don't want and maintain nice paragraph formatting? (A & B are standard, the rest depend on the person and the position)
[SELECT ONLY APPLICABLE APPENDICES, DELETE IF NOT APPLICABLE]
Feb 23 2024 05:27 PM
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