I have an XLL that calls AllocConsole() which creates a console within Excel applications. It works on a machine with Excel 2016 installed but fails on a machine with Office 365. The value from GetLastError() was 87. I tried running the command within VBA and I see the same behaviour.
Is there something introduced in Office 365 that killed the console? Or is this an administrative setting introduced in Office 365?