Hello Friends,

Through python I am able to generate an excel report. In one of the cells I have populated an e-mail address which shows up as a hyperlink.
Can I make this hyper link to launch outlook with the e-mail address present in the cell in the "To" and automatically add the generated excel report to the e-mail as an attachment?. The e-mail should not be sent and must allow user to edit the e-mail and send manually.

Any help is much appreciated.
Thanks and Regards,
Rajendra

I think Excel uses vbasic as an internal scripting language. It might be simpler to apply that.

However, the Open Office equivalent spreadsheet can use Python as a scripting language. See module pyuno.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.