diesel2904
New Member
- Joined
- Feb 28, 2014
- Messages
- 1
Hi everyone, hope you can help me out.
So I have created a macro to automate some emailing process from Excel to Outlook. Basically, based on some parameters, the excel macro will then use outlook to send some emails to a set of recipients.
Now my question is, is there a way for me to utilize the voting options of MS outlook? There is a Yes/No option in the outlook email, and I want the results to be reflected in my excel file.
Something that will return a Yes/NO as below based on the email sent out earlier.
[TABLE="width: 229"]
<tbody>[TR]
[TD]Task status monitor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Process A completed?[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]Process B completed?[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]Process C completed?[/TD]
[TD]Yes[/TD]
[/TR]
</tbody>[/TABLE]
Not sure if I explained clearly enough but just let me know.
Please please.
So I have created a macro to automate some emailing process from Excel to Outlook. Basically, based on some parameters, the excel macro will then use outlook to send some emails to a set of recipients.
Now my question is, is there a way for me to utilize the voting options of MS outlook? There is a Yes/No option in the outlook email, and I want the results to be reflected in my excel file.
Something that will return a Yes/NO as below based on the email sent out earlier.
[TABLE="width: 229"]
<tbody>[TR]
[TD]Task status monitor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Process A completed?[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]Process B completed?[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]Process C completed?[/TD]
[TD]Yes[/TD]
[/TR]
</tbody>[/TABLE]
Not sure if I explained clearly enough but just let me know.
Please please.