wd97 endnotes

D

David Murphy

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
 
D

David Murphy

I figured it out thanks!

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

works.

Thanks anyway

Dave
 
Top