Consulting

Results 1 to 3 of 3

Thread: Word Templates

  1. #1

    Word Templates

    I may have gone about this the wrong way but I have a document which can be downloaded from a central server so users can open it, personalise it and save it as a template. However when they subsequently open documents created on that template, they get the userform displayed for their personal information! oops!

    Anyone help please, ideally I'd just like to detach the document from the template on saving.

  2. #2
    VBAX Wizard
    Joined
    May 2004
    Posts
    6,713
    Location
    Not enough info.

    You make absolutely no mention of where that userform comes in.

    "the userform".....hmmmmmm, WHAT userform? You can NOT "detach" a document from a template. That is what templates are for!

    If the original document has a userform, it must be fired from some procedure. That procedure will be carried over to any file that made from that document. If it is displayed when they open it, it is probably in the Document_Open event.

    There are ways around this but more detail is needed.

  3. #3
    Yes, sorry about that you are quite right, there is a user form triggered by the Document_Open event which is what I'm trying to stop displaying when a subsequent document produced from the template is opened.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •