S
shaagerup
Hello
I would like to be able to create a numbered list from VBScript/VBA, and
skip certain numbers in that list.
E.g.:
1. First insertion
2. Second insertion
6. Third insertion
From the object structure exposed by the ListParagraphs collection, it seems
that some "empty" list elements are inserted between 2. and 6., but I can't
find the property that hides/unhides them..
In the XML-format it seems to be caused by the <w:vanish/>-tag, but I would
much rather like to use your API than to handcode it with XML..
Is this possible, and if so, can any of you point me in the right direction?
I've been struggling with this for a couple of days now, and I will be very
grateful for a solution ..
Best regards,
Søren
I would like to be able to create a numbered list from VBScript/VBA, and
skip certain numbers in that list.
E.g.:
1. First insertion
2. Second insertion
6. Third insertion
From the object structure exposed by the ListParagraphs collection, it seems
that some "empty" list elements are inserted between 2. and 6., but I can't
find the property that hides/unhides them..
In the XML-format it seems to be caused by the <w:vanish/>-tag, but I would
much rather like to use your API than to handcode it with XML..
Is this possible, and if so, can any of you point me in the right direction?
I've been struggling with this for a couple of days now, and I will be very
grateful for a solution ..
Best regards,
Søren