Good day,
My script prints to an Excel file. When I run it on a folder it's fine but when I run it on the entire database I get the error message: Cannot print because out range (0, 67556).
NB: Note that I initialized the RowCounter as: var numberRows - 0
How to declare a numeric value as Double (vs Integer)?
Thank you
Samuel
Robert Goldenbaum on
Hi,
well the maximal number of rows is defined by Excel and cannot be changed. You just have to open up a new sheet/tab and write there.
Or you use the new excel with the xlsx ending - there should be no max number there anymore (but I have not tried it).
BR Robert