Excel Macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I have few macros, which I have to run once a Mail is received in the Outlook. Now I'm doing it manually.
When the mail comes, I'll run the macros one by one and finally I've to send the generated reports using
Outlook. Now I want to automate it. I've set rules to start the Excel. But I don't know how to start the
macros. Can anyone help me??

Thanks in advance.
Sundar
 
I would post this message in the Outlook newsgroup. My
guess is that you would probably need to write some code
in the Application_NewMail() event within Outlook.

-----Original Message-----
Hi all,

I have few macros, which I have to run once a Mail is
received in the Outlook. Now I'm doing it manually.
When the mail comes, I'll run the macros one by one and
finally I've to send the generated reports using
Outlook. Now I want to automate it. I've set rules to
start the Excel. But I don't know how to start the
 
Back
Top