Hi,
the following lotusscript code doesn’t work on Mac with the message “Operation not supported on this platform”:
Set Excel = CreateObject( “Excel.Application” )
Excel.Visible = True Excel.Workbooks.Add Set xlWorkbook = Excel.ActiveWorkbook
Set xlSheet = xlWorkbook.ActiveSheet
I have read that CreateObject is supported on the Macintosh as long as
OLE support is installed.
How can I install OLE support on Macintosh?
Best Regards,
Monika