This is a word vba code that takes a word document and split it's sections into different word documents, keeping all the styles.
notes:
- I suppose to keep all the original styles.
- insert the destination folder name instead of "path\to\folder"
- For some reason the style "Normal" needed a different treatment to keep it style on the output document.
- The is a part of the code that stips all the hyperlinks. If you want to keep them put it under a comment.
- TIP: use chatGPT to tweak the code