hi!
i got the problem, that date is shown in excel as number.
date in datatable 01.01.2008
date in worksheet 1012008
another problem that a string like "1234-5678". this is transformed into different (positive or negative) number values.
i've checked this in the debugger, the value is changed directly after the call of InsertDataTable();
how does the parameter transTypes works here?