Re: $$Excel-Macros$$ Macro's for Mricrosoftoutlook

2011-10-12 Thread satvik . ks
Hi All, Can anyone help us. Regards, Satvik Sent from BlackBerry® on Airtel -Original Message- From: sunil bn Sender: excel-macros@googlegroups.com Date: Wed, 12 Oct 2011 16:38:29 To: Reply-To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Macro's for Mricrosoftou

$$Excel-Macros$$ Macro's for Mricrosoftoutlook

2011-10-12 Thread sunil bn
Hi Expert, how to create a macro for Microsoft outlook. Eg.if i just run the macro the selected file should attached in new mail. -- *Regards* **Sunil B.N ***9035858585 -- -- Some important links for excel users:

Re: $$Excel-Macros$$ Macro's for Mricrosoftoutlook

2011-10-12 Thread NOORAIN ANSARI
Dear Sunil, Please try below code... First you add Microsoft Outlook Library.. Step: Press Alt+F11->Tools-Reference->check Microsoft Outlook 12.0 Object Library..then run code... hope it wil be help to u.. Sub mail_current_workbook() Dim olApp As Outlook.Application Dim olMail As Ma