Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29273 Discussions

why the AUTODICE examples produce error

matthewkmk
Beginner
410 Views
In my computer, it works, however,
in other computer it produced an error,

Can't find workbook, OLE error

Any one can help me, thx
0 Kudos
1 Reply
Intel_C_Intel
Employee
410 Views
Hi
It depends on the Excel Version which is installed.
Try changing the number in the call to :
CALL COMCREATEOBJECT ("Excel.Application.8", excelapp, status)
e.g try "Excel.Application.9"
I think somewhere in the Registry you can find which number to use.
This helped me
Klaus
0 Kudos
Reply