Hi, I tried to add new columns to the worksheet (work -a 2;) command and set one of them as x col. (work -t $(colcnt) 4;). But, if there had been already some x col. in that worksheet, it didn't work and the code ended at the point.
Colcnt is OK the problem occures only if there is another x column in the worksheet. But when i omit following create.wksName$ = %B; create.delete(temp); from the code, there's no problem.