Hi.
We have a function that saves the content of a datawindow to Excel using this code:
try
ll_return = dw_saveas.SaveAs(ls_xls, XLSX!, true)
catch (Throwable th)
messagebox("",th.GetMessage())
end try
The datawindow has about 180.000 rows, which results in the following exception:
It works just fine with 90.000 rows.
I have the latest version of Excel (32 bit) on my computer.
64 bit is not an option.
Any suggetions?
br,
Bjarne Anker
Maritech Systems AS