I am wanting a macro to find instances of bullet lists, and replace it
with a html tagged list. Please see below for an example:
**my_doc.docx**
...
text,text,text
My bullet list:
=95 List point one
=95 List point two
Some more text here.
...
A find and replace resulting in
...
text,text,text
My bullet list:
Some more text here.
...
Does anyone know of a way to do this? I have tried looking for the
bullet characters; does not work as it is formatting. Tried looking for
lines with style "List bullet" and any other lists i can find; does not
work, I do not know why.