Hi, I tried several options and read a lot of forum posts. I want to open a new word document based on a template. Actually i want to open several worddocuments based on several word templates, but the problem is the same. $oWordApp = _WordCreate("test.dot")
THis creates a Document1 based on the templateTHis also opens the test.dot file (this is NOT what i want)$oWordApp = ObjCreate("Word.Application")
_WordDocAdd($oWordApp,0,"test.dot")
THis seems to do something, but there is no visual document createdDoes anyone know the proper way tho achieve this, thanks Ton