Restarting Numbering in VBA

W

Warrio

Hello!

Is there a possibility to restart the numbering with VBA?

I need to do that because when I insert as a link (always through vba code)
a file that might contain a series of numbering paragraphs, this numbering
continues in the next instance of the file. Is there a way to restart it for
all the numbering series from 1 for each instance of the file?

if there was a collection for the ListFormat, that would be more helpful...

Thanks for any advice!
 
W

Warrio

ConvertNumbersToText methode makes it... thanks to Shauna Kelly
it simply converts the numbering into text
 
Top