Use Selection.Range.Information for a lot of this kind of testing, eg:
If Selection.Range.Information(wdInFootnote) = True Then
'you're in a footnote
End If
For more info look in at VBE help for Information Property.
> Hi everybody,
> I have a problem with footnotes.
[quoted text clipped - 13 lines]
> Thanks in advance.
> Fede
Fede - 15 Jun 2005 14:57 GMT
> Use Selection.Range.Information for a lot of this kind of testing, eg:
>
[quoted text clipped - 3 lines]
>
> For more info look in at VBE help for Information Property.
That works very well!
Thank you very much,Chuck.
Fede