idea is to copy the content of poTemplateDoc to poWerkDoc.
using copy/paste. i use therefor the code below.
-------------------------------------
poTemplateDoc.content.range().copy
poWerkDoc.content.range().paste
-------------------------------------
when executing the above code I get the error:
Member RANGE does not evaluate to an object.
anyone got an idea? thanks.
using copy/paste. i use therefor the code below.
-------------------------------------
poTemplateDoc.content.range().copy
poWerkDoc.content.range().paste
-------------------------------------
when executing the above code I get the error:
Member RANGE does not evaluate to an object.
anyone got an idea? thanks.