Word plugin in track change mode: Field Code Changed
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
On the start of Subroutine
Dim TrackStatus As Boolean
TrackStatus = ActiveDocument.TrackRevisions
ActiveDocument.TrackRevisions = False
And before each Exit sub and before the end of subroutine insert code
ActiveDocument.TrackRevisions = TrackStatus
@adomasven, @Simon or @adamsmith am I right?
Is there any word on a fix for this issue? I just started working on my dissertation and have had to completely delete and re-enter my in-text references. The "click twice on the "Accept Changes" option does not work for me. When I do I get the "{ ADDIN ZOTERO_ITEM CSL_CITATION {"citationID":"...." paragraphs inserted into my document. A quick search came up with this thread which dates back six years. The solution that worked for me was to turn off Track Changes, click on the edited reference, click on Add/Edit Citation from the Zotero add-in menu, and then press enter to resave the entry. When I've done going through all of them, then I turn Track Changes back on again. I need to keep Tracking on as a requirement of my Chair and SME for their reviews. If anyone else has other work-arounds, I'd be grateful to read them.
https://www.zotero.org/support/kb/word_field_codes
The only thing that works for me is to click and highlight the change, and chose 'Accept this change'.
And yes, I'm on Word in a new Mac.
Regarding tracked changes—you almost never have to right click to hide the field codes. They will hide again automatically after you accept the changes. This is unfortunately just how Word’s Track Changes feature works with Fields—you will see the same behavior with any reference manager or any Word add-in that uses Fields.
Not much you can do about that other than add a comment in that spot in the text.