PDA

View Full Version : Word Templates



JQ1
02-06-2006, 07:35 AM
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! :doh:

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

fumei
02-06-2006, 09:40 AM
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.

JQ1
02-08-2006, 01:36 AM
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.