Email Excel report

manish.s

New Member
Hi
My program is genrating Excel output.
I need to mail this genrated file if user select Email option.

I am creating Excel as shown below
CREATE "Excel.Application" chExcelApplication.
chExcelApplication:Visible = TRUE.
chWorkbook = chExcelApplication:Workbooks:Add().

I dont kw whether This excel is not anywhere so that i can mail this .

plz help.
 

Jupiter

Member
I dont kw whether This excel is not anywhere so that i can mail this .
If I have understood your requirement correctly; you are not sure where the Excel file was generated.
You can save the file in a known location first and then send the file as an attachment through your email client.:)
 
Top