Update
I temporly set
Code:
Set oNewDoc = Documents.Add(Template:=oDoc.FullName, Visible:=True)
now I can see the doc.
When I step into the code and run the
it jumps to
Code:
lbl_Exit:
Exit Function
If I skip
the new file is created with correct name but not saved until I exit word any ideas?
Thanks Jim