If you select the areas in which you wish to allow editing, then run the following macro to add editors to the selections, you can protect the document as read only, which will allow editing only in those areas so marked.
Sub Add_Editors() Selection.Range.Editors.Add (wdEditorEveryone) End Sub