>i have tried your macro would it be possible for you to e-mail your
> sample to me. Then i can see where i'm going wrong.
>
> Thanx
Greg has already posted here all the code that he has written for you. Place
that code in a VBA project, position the cursor in the paragraph whose
numbering you want to check, and run the macro.
It is a demonstration of concept - it displays a message box showing the
ListString of the paragraph that the cursor currently occupies. That is
almost certainly not what you want to do, but the code shows you which part
of the object model you have to use in order to do what you want.
You have already worked out how to get the number if it is manually typed
in. With the same Range object that you used there, get the
ListFormat.ListString property. That will give you the number you want.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
Phoenix - 26 Sep 2005 08:31 GMT
I have tried now and got the demonstration submitted by greg working.
still through the range i cannot get the number it return a "" empty
quote, any other ideas
Thanx
Phoenix - 27 Sep 2005 10:33 GMT
I have managed to get this working to a degree. the problem still
exists when the item is more situated 2 or more indents. is there
another function that i have to make use of to get this value or is it
a problem with 2003.
thanx