Hello
Is it possible to access the numbering of a heading from a VBA macro? I've
already tried but the "Selection" object ignores the numbering.
Cheers
Jorge
Stefan Blom - 19 Sep 2005 12:09 GMT
See http://word.mvps.org/faqs/numbering/ListString.htm

Signature
Stefan Blom
Microsoft Word MVP
> Hello
>
[quoted text clipped - 5 lines]
>
> Jorge
Jezebel - 19 Sep 2005 12:15 GMT
Explore the ListFormat object --- .Value gives you the numeric value of the
number; .ListString gives you the representation.
Eg
Selection.Range.ListFormat.ListString
> Hello
>
[quoted text clipped - 4 lines]
>
> Jorge