OrganizerCopy

R

rmanchu

hi

i'm trying to insert a module in a template to every new document
created by a specific template using OrganizerCopy

i'm calling OrganizerCopy in the Document_New method with arguments

"mysource.dot", ActiveDocument.FullName, "Common", .. module constant

which fails saying document not found. is it possible to do this for
destination document which is not saved and/or not a template?

thanx
riyaz

ps: my common module has instance variables which cannot be accessed
(as i understand) when started as a global template (using methods such
as Application.Run)
 
Top