Hi, Can anyone help me with the correct Python (2.5.4) syntax for the above?
In my program I currently use "self.workbook.SaveAs(self.saveName)" (which saves it as a normal Excel file) after opening Excel with Dispatch and managing it from within my program - where 'saveName' has the suffix '.xlsx', but I want to save this file as a PDF file (the functions is installed in Excel and can be saved from Excel directly, by selection PDF from the Save option). Regards, Andrew.
_______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32