Hi,

I would like to add text from excel into word. Normally I do it from a template like this
set doc=objword.documents.add(template),
but now I need to embed the template into the source workbook, and I cannot figure out how to open this template for write.

In fact I need to use different templates (depending on the content of the source), and at the end I need to merge them, in order to have them in the same file.

Could anybody help, how to do this?

Many thanks