E
Erik Lundberg
Hi anyone, I'm looking for a straightforward way if setting
values in bookmarks without them disappearing.
(Users of my work will then not be able to utilize the bookmarks that I've
populated)
This worked with DDE, but I want to use OLE.
This is how I do it.
ActiveDocument.Bookmarks("strBookMarkName").Range = strBookmarkValue
This causes the bookmark to disappear in faluor of the value but I want them
both.
values in bookmarks without them disappearing.
(Users of my work will then not be able to utilize the bookmarks that I've
populated)
This worked with DDE, but I want to use OLE.
This is how I do it.
ActiveDocument.Bookmarks("strBookMarkName").Range = strBookmarkValue
This causes the bookmark to disappear in faluor of the value but I want them
both.