G'day "MarcoPolo" <Marco@polo.com>,
Easiest way is to put this in a global template, reference that
template from your other projects and call the function as required.
Steve Hudson - Word Heretic
steve from wordheretic.com (Email replies require payment)
Without prejudice
MarcoPolo reckoned:
>i use this for export on the server
>
[quoted text clipped - 7 lines]
>how can i add automatic this modules into the different clients?
>I didnt find a proper page helping me about "import"
MarcoPolo - 14 Mar 2006 19:15 GMT
> G'day "MarcoPolo" <Marco@polo.com>,
>
> Easiest way is to put this in a global template, reference that
> template from your other projects and call the function as required.
i can't put a template cause on the clients i don't have the rights on
system C:\
so i use a macro to import all the modules (found the sintax)
The only problem now is that i should i delete the modules before import
when i update them. how can I use the module.delete?
Word Heretic - 21 Mar 2006 15:23 GMT
G'day "MarcoPolo" <Marco@polo.com>,
ActiveDocument.VBProject.VBComponents.Remove Mycomponent
Steve Hudson - Word Heretic
steve from wordheretic.com (Email replies require payment)
Without prejudice
MarcoPolo reckoned:
>> G'day "MarcoPolo" <Marco@polo.com>,
>>
[quoted text clipped - 7 lines]
> The only problem now is that i should i delete the modules before import
> when i update them. how can I use the module.delete?