Greetings,
As more and more developers experience issues converting their OLE code from MS Word 2019 to Office 365, are there any refactoring constants or hints that we can look out for?
Specifically, I am unable to save changes made to the MS Word document in the OLE control to a new document in Office 365 (Word.Application.16) i.e. <ole control>.object.Application.ActiveDocument.saveas(as_file_name)
I don't have time to rebuild the Word interface in our application, so my only hope is the refactoring of the OLE code route. Any code examples that you could provide would be very helpful. Thanks in advance for your assistance.
Thanks