Forum Discussion
Gilgamesh1964
Oct 26, 2022Brass Contributor
How would I extract paragraph/list numbers and the paragraph text in VBA
Hello, I want like to have a VBA macro that will set a string for the paragraph/list number for every paragraph in the document along with a string for the text. For paragraphs that do not have a nu...
- Oct 26, 2022
You should be able to use the ListString property to retrieve the number format for each level. See https://wordmvp.com/FAQs/Numbering/ListString.htm.
Gilgamesh1964
Oct 27, 2022Brass Contributor
Thank you both for replying.
I now have a solution that works for me.
I now have a solution that works for me.