I have an application running on Windows, and now some of my users are starting to use MACs. The export to excel agent works fine on Windows, but fails on the very first reference to Excel
Set xlApp = CreateObject("Excel.Application")
The error message is Error 180: Operation not supported on this platform.
Microsoft Office 2011 Version 14.5.3 is installed on the Mac Pro.
The CreateObject function (LotusScript Language) help says: Creates an OLE Automation object of the specified class. Note: CreateObject is not supported under OS/2 or UNIX.
No mention of an exception on Macintosh.
Any ideas?