Have been answering to much questions today not sharp anymore!
You said I've used oApp.Path. (Which returns the path of the parent application)
I've missed the Ctrl-v part in to an instance of Word.
My code presumes you are automating from within EXCEL...And ThisWorkbook.Path returns the path of the workbook you execute the code from.
The equivelant in Word would be: ActiveDocument.Path
But if this is running from within Word then the Whole code could be changed for a better performance. All Late binding stuff can come out.
Do you want a recode for automation within WORD?