B
bryan
I have inserted a 2nd document to my template and am trying to reference a
bookmark from the template bookmark. I've referenced formfields but, this is
a bookmark.
Template bookmark is FWmark
I insert text to this by:
Dim bmRange As Range
Set bmRange = ActiveDocument.Bookmarks("FWmark").Range
ActiveDocument.AttachedTemplate.AutoTextEntries(strFW).Insert
WHERE:=bmRange, RichText:=True
ActiveDocument.Bookmarks.Add _
Name:="FWmark", _
Range:=bmRange
On the 2nd page I have a bookmark called 'DSFW'
and I tried this ref to no avail:
ref FWmark
How can I reference a bookmark?
Thanks,
Bryan
bookmark from the template bookmark. I've referenced formfields but, this is
a bookmark.
Template bookmark is FWmark
I insert text to this by:
Dim bmRange As Range
Set bmRange = ActiveDocument.Bookmarks("FWmark").Range
ActiveDocument.AttachedTemplate.AutoTextEntries(strFW).Insert
WHERE:=bmRange, RichText:=True
ActiveDocument.Bookmarks.Add _
Name:="FWmark", _
Range:=bmRange
On the 2nd page I have a bookmark called 'DSFW'
and I tried this ref to no avail:
ref FWmark
How can I reference a bookmark?
Thanks,
Bryan