Monk89 has asked for the wisdom of the Perl Monks concerning the following question:

Hi , I am using win32::ole to save an execl file( using SaveAs method ), i want to save it in new format (xlsm ms office 2007 format) what name should i specify for "FileFormat" parameter ? Example of saving file in "prn" format. Save As .prn file $Book1->SaveAs({Filename =>'C:\xxxx\xxxx\xxx.prn', FileFormat => xlTextPrinter}); for .xlsm what Fileformat we need to specify ? Thanks & Regards, Monk89

Replies are listed 'Best First'.
Re: Fileformat for saving .xlsm file ?
by Corion (Patriarch) on Jun 30, 2009 at 06:31 UTC

    See Save as .xlsm file. You got answers there. There is no need to ask the question again, so please don't do that.

Re: Fileformat for saving .xlsm file ?
by Anonymous Monk on Jun 30, 2009 at 06:14 UTC