DC_Array2Excel
Posted: Thu May 19, 2011 11:58 pm
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
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