Page 1 of 1

DC_Array2Excel

Posted: Thu May 19, 2011 11:58 pm
by Paul
Hello Roger

can you change in the function DC_Array2Excel the line

cRange := 'A' + Alltrim(Str(nStartRow)) + ':' + Get_Excel_Column_ID(nColumns) + LTrim(Str(nRows+nStartRow))
into
cRange := 'A' + Alltrim(Str(nStartRow)) + ':' + Get_Excel_Column_ID(nColumns) + LTrim(Str(nRows+nStartRow-1))

because it is 1 line too much.

thanks
Paul

Re: DC_Array2Excel

Posted: Fri May 20, 2011 7:32 am
by rdonnay
Done! Change will be in next release.