Hi again!
Our application allows for an OLE connection to Microsoft Word for mail merges. For all installed versions of Office, including the installed Office365, the call below works as expected.
If iword.ConnectToNewObject("word.application") <> 0 Then
...
However, we have run into a client on Windows 10 who has Office365 preloaded as an app (no detected program installation). The OLE connection fails because the OS doesn't seem to recognize Word on the machine.
Has anyone integrated OLE with the Office365 app?
Thanks!