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