Another problem that i have with the same code in my previous post
mDocument.Range.Bookmarks["START" + wField.Id].Text = mDocument.Range.Bookmarks["START" + wField.Id].Text.Replace("[", " ").Replace("]", " ");
that after saving the document i am loosing the scroll. See attachment. I dont understand why?