I think, ole_1.Saveas(filename) ist not the right function for saving a word file. It saves an OLE storage file. It seems not to be the same.
Try to use this:
ole_1.object.SaveAs(filename)
I think, ole_1.Saveas(filename) ist not the right function for saving a word file. It saves an OLE storage file. It seems not to be the same.
Try to use this:
ole_1.object.SaveAs(filename)