H
Hameed
Hi,
I have a mail merge document in MS Word 2003 in which I use several form
fields to be filled manually as well.
When a user opens the document (well, the system generates the document),
they have to enable macros for the merge to work, once the data is retrieved
from external source and the document is merged, then I use VBA to set the
protection:
ActiveDocument.Protect Type:=wdAllowOnlyFormFields, NoReset:=True,
Password:="My_PassWord"
Now the problem is that after this, the users are not able to edit the form
fields, although I have used wdAllowOnlyFormFields.
I have a mail merge document in MS Word 2003 in which I use several form
fields to be filled manually as well.
When a user opens the document (well, the system generates the document),
they have to enable macros for the merge to work, once the data is retrieved
from external source and the document is merged, then I use VBA to set the
protection:
ActiveDocument.Protect Type:=wdAllowOnlyFormFields, NoReset:=True,
Password:="My_PassWord"
Now the problem is that after this, the users are not able to edit the form
fields, although I have used wdAllowOnlyFormFields.