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
DC_Array2Excel
Re: DC_Array2Excel
Done! Change will be in next release.
The eXpress train is coming - and it has more cars.