MS Word: SaveAs a new document without saving the the VBA in the original document

I have created a form in a Word document. This form is my original, my template. Many of the form fields are edited by underlying VBA.

When the user has completed his/her form, I want to SaveAs the form (I'll control the SaveAs through VBA, too) with a different file name. I want to preserve the logo (graphic), the formatting, etc. However, I do NOT want to include the VBA from my original "template" document. I would like to make sure that the form fields are converted to straight text, too.

Any ideas

And thanks ! ! !



Answer this question

MS Word: SaveAs a new document without saving the the VBA in the original document

  • Declan_

    select all

    open new doc

    Paste

    save doc



  • bass_player

    It's that simple ! ! !

    Sigh.

    Many thanks!


  • MS Word: SaveAs a new document without saving the the VBA in the original document