Hi: I would expect you to get an error message when you try to open the Excel file -- I believe you have your quoting wrong in the FONTFAMILY attribute. When I try a version of your template with this: fontfamily = '"Times New Roman", Arial, sans-serif'; (because I don't have Lucida Grande on my system), I get an error message from Excel. But, if I have this: fontfamily = 'Times New Roman, Arial, sans-serif' ; then I don't have an error message from Excel. Also, aside from the sheet_interval='none' issue, typically, I find border colors, border styles and border widths generally ignored by Excel, So I believe you can simplify your template. Also, if you plan to share your template with other people, then you will generally need to write the template to an item store on a shared drive or server where other folks can get to it. cynthia Also, with sheet_interval='none' you are telling TAGSETS.EXCELXP that you do NOT want a multi-sheet workbook, but that you want ALL your procedure output in one worksheet.
... View more