Log in

View Full Version : Remove Codes On SaveAs...



LondonVirus
07-13-2010, 07:51 PM
Hi,

I have one last issue, I need to remove the module and form before the file is SaveAs... I am using the SaveAs Dialog

Note: MS Word 2003 VBA

fumei
07-14-2010, 09:11 AM
Why?

Both why do you need to remove it, and why is "the" module (unindentified) there is the first place?

LondonVirus
07-14-2010, 03:24 PM
because I don't want every single file saved to have the code in it, which is what would happend with the standdrad save as

fumei
07-15-2010, 12:07 PM
Then use a template. Document cloned and SavedAs do NOT have code in them.

If that is not possible (and I do not know why that would be the case), do a search for removing code.