There really isn't anything "better" than a bookmark, I'm afraid. Word wasn't originally designed with any "protection" kind of functionality in mind; beyond the Document Variable object, pretty much everything is visible/available for the user. In recent years, the requirements for "protection" have been recognized and some work has been done; and, yes, content controls are one of the results :-)
You might consider replacing the Insert/Bookmark menu with your own CommandBarButton control (be sure to set CustomizationContext to your own template or the individual document so that you don't "axe" the capability for the entire Word installation). You'd have to rebuild the functionality of Word's own Bookmark dialog box, leaving out what you don't want users to access. But in this particular case, rebuilding the functionality should be possible.
A savvy user could still get into Tools/Customize/Commands and drag the command back out. But I can't imagine anyone wanting to delete your bookmarks deliberately.
-- Cindy Meister (Word MVP) |