Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29282 Discussions

why the AUTODICE examples produce error

matthewkmk
Beginner
433 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
433 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