HI Ornella
Two things:
- The ending of the file you sent is “xlsx” and not “xls”
- The parameter you are reading has two dimensions (t in column A, and the heading of column B), so either you define DTD as DTD(t,*) or you define DTD as DTD(t) and let the range start at the second row and you set the RDIM to 1 ($call GDXXRW.EXE DTD.xlsx par=DTD rdim=1 rng=sheet1!A2:B8760)
Cheers
Renger