Hi,
i´m trying to export some Data to Excel, using the EXCELExport wizart.
The Code, that i´ve tryed is:
EXCELChnCount=8
EXCELChn(1)=10
EXCELChn(2)=11
EXCELChn(3)=12
EXCELChn(4)=13
EXCELChn(5)=14
EXCELChn(6)=15
EXCELChn(7)=16
EXCELChn(8)=17
call EXCELExport (T10,"",0,"")
The Excel-File ist created and open. The code runs without any error, but there is no Data in the Excel-File.
Whats wrong?