in reply to Re: create .docx files (MS-WORD with WIN32::OLE)
in thread create .docx files (MS-WORD with WIN32::OLE)
$My_Word->Documents->Add returns the document. In my experience it's much better to work with that returned document directly instead of resorting to ->ActiveDocument.
|
|---|