Word VBA for creating bulleted lists
I created a process that send data from excel to word using labels/find&replace. I would just sent the list from excel to word, but the formatting gets wiped out for most text.
As a workaround I wrote code in Word to bold text that falls within <b>these tags</b>. But now I need a good way to use some sort of delineation that will created a list of bullets from content (within Word).
For instance if this text shows in Word, I would like it to be converted into a bulletted list.
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
I tried searching but did not find any good solutions.
This is the only place I posted this question (I am 120% certain of that).