Does anyone know how to access the text of an endnote? I would have
thought that it would be something like

Myendnotetext = activeDocument.endnote(i).text

but that doesn't work.

Any help would be appreciated.

Thanks,

Dave

Re: wd97 endnotes by David

David
Mon Sep 27 13:28:09 CDT 2004

I figured it out thanks!

Myendnotetex = ActiveDocument.Endnotes(1).Range.Text

works.

Thanks anyway

Dave

David Murphy wrote:

> Does anyone know how to access the text of an endnote? I would have
> thought that it would be something like
>
> Myendnotetext = activeDocument.endnote(i).text
>
> but that doesn't work.
>
> Any help would be appreciated.
>
> Thanks,
>
> Dave