Does anybody know how I could the auto number in a selection:

Example:

1. Blah
2. Blah blah.

'1' and '2' are automatically inserted using the auto numbering feature in
word. When I select (say) 'Blah'; I cannot, of course, select '1' along with
it ('1' is an auto number). So, is there a VBA code where I can get the auto
number which is associated with the text as well?

Thanks & regards,
vince

Re: Retrieving the Auto Number by Word

Word
Thu Aug 26 23:49:47 CDT 2004

G'day "fdde" <sdsad@fsd.com>,

It is in the listformat of the paragraph or listparagraph.

Steve Hudson - Word Heretic
Want a hyperlinked index? S/W R&D? See WordHeretic.com

steve from wordheretic.com (Email replies require payment)


fdde reckoned:

>Does anybody know how I could the auto number in a selection:
>
>Example:
>
> 1. Blah
> 2. Blah blah.
>
>'1' and '2' are automatically inserted using the auto numbering feature in
>word. When I select (say) 'Blah'; I cannot, of course, select '1' along with
>it ('1' is an auto number). So, is there a VBA code where I can get the auto
>number which is associated with the text as well?
>
>Thanks & regards,
>vince
>


Re: Retrieving the Auto Number by fdde

fdde
Fri Aug 27 01:07:25 CDT 2004

thank you. Found it!
vince
"Word Heretic" <myfullname@tpg.com.au> wrote in message
news:oafti0hqj9qug4hgj62jkmstnn9di0qc8b@4ax.com...
> G'day "fdde" <sdsad@fsd.com>,
>
> It is in the listformat of the paragraph or listparagraph.
>
> Steve Hudson - Word Heretic
> Want a hyperlinked index? S/W R&D? See WordHeretic.com
>
> steve from wordheretic.com (Email replies require payment)
>
>
> fdde reckoned:
>
> >Does anybody know how I could the auto number in a selection:
> >
> >Example:
> >
> > 1. Blah
> > 2. Blah blah.
> >
> >'1' and '2' are automatically inserted using the auto numbering feature
in
> >word. When I select (say) 'Blah'; I cannot, of course, select '1' along
with
> >it ('1' is an auto number). So, is there a VBA code where I can get the
auto
> >number which is associated with the text as well?
> >
> >Thanks & regards,
> >vince
> >
>