Restrict/Lock bookmarks from editing in word
I have many word document with lots of bookmarks. I use VBA code to change these bookmarks with data from a DB. The problem is, sometimes the users need to edit these documents, and they tend to accidentally delete/change my bookmarks, which leads to the VBA code not recognizing the bookmark anymore. So basically, what i'm wondering is how i can restrict users from editing my bookmarks in a word document. I don't need a super secure solution, just enough protection so that the user knows that, "i should not touch this part". Thanks in advance for your answer.. EDIT: I was reading on different