Hello,

I have designed some templates with VBA expresses help over the last few months. On testing I have found a problem, my templates are very unforgiving.

Once a user has filled out the dialog box and submitted it, the data gets assigned to the appropriate bookmark. However if the user has made a typo they can't correct the document as it is protected. I would like the doc to be protected but not the text that has been summitted via the userform. Is there any way to assign a userform textbox to a 'text form field'?

What I mean is that the text typed into the userform will be placed into a text form field instead of a bookmark therefore allowing the user to correct any mistakes in document.

Any help would be much appreaciated.

Thank you