K
Kathy W
I am successfullly using VBA Code to which will wearch to
see if a bookmark exists in my documentand then populate
the bookmark from a recordset.
Code Used:
If MyDoc.Bookmarks.Exists("POLICY") = True Then
MyDoc.Bookmarks("POLICY").Range.Text = Trim(rs!POLICY)
My problem is I want to be able to insert the data from
the bookmark in 2 places in the document. However when I
try to insert the same bookmark a second time, it just
removes the original bookmark. I tried using a cross-
reference field, but this does not appear to work either.
Any assistance with this problem is appreciated.
Thanks!
Kathy
see if a bookmark exists in my documentand then populate
the bookmark from a recordset.
Code Used:
If MyDoc.Bookmarks.Exists("POLICY") = True Then
MyDoc.Bookmarks("POLICY").Range.Text = Trim(rs!POLICY)
My problem is I want to be able to insert the data from
the bookmark in 2 places in the document. However when I
try to insert the same bookmark a second time, it just
removes the original bookmark. I tried using a cross-
reference field, but this does not appear to work either.
Any assistance with this problem is appreciated.
Thanks!
Kathy