Hi,

Is there a way to determine whether the paragraph contains fields code? We
use an addin feature that generates references at the end of document. I
wanted to check whether the list was generated. Is there a way to do check
whether p.Range has fields?

Thanks.

Re: Fields by Jezebel

Jezebel
Tue May 03 17:28:31 CDT 2005

if p.Range.Fields.Count > 0 then ....





"major" <major@discussions.microsoft.com> wrote in message
news:68C6BC77-1E78-4F21-A34E-F5DB26E2904F@microsoft.com...
> Hi,
>
> Is there a way to determine whether the paragraph contains fields code? We
> use an addin feature that generates references at the end of document. I
> wanted to check whether the list was generated. Is there a way to do
> check
> whether p.Range has fields?
>
> Thanks.