Hello both,
Basically that's what I am doing, the structure is in fact a bit more complex.
I have 3 files: 1 databook (main file), 1 template (yymmdd.xls) and 1 refresh file.
I use the refresh file that will open databook and close it, then open the template file which contains only links to the databook and then save that template to csv (and not alter the template)
Everything works perfect, except that my customer wants his date like (yymmdd), I can set the format in the databook or in the template but when I expotr to csv it goes to yyyymmdd (and not when I do it manualy)
??????
Ayato