O
Oscar
Is it possible to assign the value of a bookmark more than one time?
I've seen that Word deletes the bookmark when it is assigned a value by
objword.ActiveDocument.Bookmarks(NameOfBookmark).Select
objword.Selection.Text = NewValue
That's why I can't use this for the second time because the document doesn't
have the bookmarks anymore.
Oscar
I've seen that Word deletes the bookmark when it is assigned a value by
objword.ActiveDocument.Bookmarks(NameOfBookmark).Select
objword.Selection.Text = NewValue
That's why I can't use this for the second time because the document doesn't
have the bookmarks anymore.
Oscar