Programatically insert macro to a content area when doc is created.
The idea is: Every time the user creates a document of a given type, the "content" property will be auto populated with some text and macro.
I have the event handler already set and everything appears to workinf fine.
Should I just insert the macro through the editior, copy the code and duplicate it on new documents? I though about it but them I noticed it has some ID and a few other properties that I'm not sure can be duplicated.
Programatically insert macro to a content area when doc is created.
The idea is: Every time the user creates a document of a given type, the "content" property will be auto populated with some text and macro.
I have the event handler already set and everything appears to workinf fine.
Should I just insert the macro through the editior, copy the code and duplicate it on new documents? I though about it but them I noticed it has some ID and a few other properties that I'm not sure can be duplicated.
is working on a reply...