Re: bookmarks save & restore by Jezebel
Jezebel
Thu Jun 24 23:15:13 CDT 2004
A better approach for this is to use CustomDocumentProperties. Put
DocProperty fields in the document where you need the inserted data to
appear; then in your code set the property values. Much more reliable, saves
your code have to muck around with the body of the document, and you
completely side-step problems like the one you're currently trying to deal
with.
"ted medin" <n6trf@arrl.net> wrote in message
news:OIufLkmWEHA.2908@TK2MSFTNGP10.phx.gbl...
> > Forget the method for the moment ... what are you actually trying to do?
>
> Have template which we insert & then fill the bookmarks of the template.
If
> the doc already has a bookmark with the same name as the templates the doc
> gets all screwed up :-(. So would like to remember the bookmarks on entry
> then delete them and recover them when the proceedure exits.
>
>