I have some code that does the following:
kills a spreadsheet if it exists,
opens a template,
save as a worksheet,
transfer data to it,
opens the spreadseet,
runs a macro
then I save it...
I am using the following to save the spreadsheet:
xlBook.SaveAs DirPath & xlsfname
xlBook.Close
I...