I have created a word-2002 form that captures student name, operating system,
email address, etc.
I want to create a macro that saves the completed form as 'form data' only
and saves the file as a normal word document.
I will then have the student email both files back to me.
I have created a macro using 'recorder' to change tools/option/save to save
the file as form data only. To create the macro, I had to disable form
protection. When I re-enable form protection, I can not run the macro. How
do I avoid this conflict?
Thanks,

RE: macros disabled in protected form by gnome88

gnome88
Thu Jul 28 07:16:04 CDT 2005

I found that if I reduced the security setting from high to medium, the
macros were now available.

"gnome88" wrote:

> I have created a word-2002 form that captures student name, operating system,
> email address, etc.
> I want to create a macro that saves the completed form as 'form data' only
> and saves the file as a normal word document.
> I will then have the student email both files back to me.
> I have created a macro using 'recorder' to change tools/option/save to save
> the file as form data only. To create the macro, I had to disable form
> protection. When I re-enable form protection, I can not run the macro. How
> do I avoid this conflict?
> Thanks,