MK_
05-19-2011, 07:09 PM
Hi all,
I have a Word doc with a big set of macros to perform several operations over data entered trough an userform and finally does a "ActiveDocument.SaveAs" to create another doc, keeping itself untouched.
I´m looking for a way to save that new file without the macros and userform from the "master" file.
The reason for such a "strange" solution is that I want exactly the same file, with all formats, including header and footer. The "SaveAs" solution seems to be the best idea, except for the macros and userform it carries from the first file.
I'm using MS Word 2003.
Thanks in advance for any help.
I have a Word doc with a big set of macros to perform several operations over data entered trough an userform and finally does a "ActiveDocument.SaveAs" to create another doc, keeping itself untouched.
I´m looking for a way to save that new file without the macros and userform from the "master" file.
The reason for such a "strange" solution is that I want exactly the same file, with all formats, including header and footer. The "SaveAs" solution seems to be the best idea, except for the macros and userform it carries from the first file.
I'm using MS Word 2003.
Thanks in advance for any help.