Ahem. You may think you explained this complication previously, but I reviewed
the thread and that was not mentioned.
There is a way to "make it work", but it's going to be a lot more complicated
than what we've discussed before.
It also isn't going to be helpful to thrash about, applying things that just
sound like they might have something to do with it when in fact they have
nothing to do with it.
Let's review a bit:
- You can't use content controls, because they're available only for Word 2007
and can't be saved in Word 97-2003 format documents. You must use legacy
controls, either form fields in a protected form or ActiveX controls with
macros. You've indicated that you have trouble with macros, so the only choice
left is form fields.
- This new information says that you're trying to insert a table containing the
form field into the middle of a document. You cannot insert _anything_ either
manually or with a macro into a document while it's protected. The document must
be unprotected until after the table is inserted, and _then_ the document can be
protected to make the form field work.
Do other parts of the document have to be edited after the table is inserted?
That can be done, but it introduces yet another wrinkle. You would have to
insert a section break (NOT a page break) before and after the table, and then
protect only the section containing the table.
Given the templates and document to start with, I could probably set this up in
a half hour or so. But there is no way I can explain it here, especially being
uncertain of the background you have in forms and macro programming.
It might help if you post the code of the macro you already have; you may just
need a few more lines added to it.