I'm using WordEx 1.3 with AutoIt 3.3.8.1, Word 2010, Win 7/64 on a core i5-machine.
When i run the following code, i do get what i expect for now: Just a copy of my Template file stored under a different name.
#include <..\WordEX\WordEx.au3>
const $ERR_NONE = 0
const $ERR_NOWORD = 1001
const...