Calculating bullets

Copper Contributor

Hey, I was wondering if there was any way to calculate count of bullets in a list and display it as a number into the word document. Also wondering if there's a possibility to automaticully create a certain amount of tables depending of the amount of list items?

1 Reply
Assuming that there are no unbullet paragraphs within the list, you could use the Visual Basic command Selection.Paragraphs.Count to get the number of items in the list, You could also use Visual Basic to add that number of tables to the document.