Create a small script in a text file and read in using FILE --> READ INPUT FROM... The script should contain the commands below once your results file has been read in:
! ----------- output temps to excel -------------
/POST26
*del,...
*dim,...
*vget,...
*cfopen,filename,csv ! use delimited file type csv
*vwrite,...
(format)
*cfclose
! -------------------- END ----------------------
Best of luck,
-- drej --