This is a how-to question on Word 2003 VBA, not Macro Scheduler:
1. In Outlok 2003, an email mesage (either a blank "Untitled Message" or a reply message) is already opened.
2. For the above-mentioned email message: I would like to perform:
a. Convert the format to HTML;
b. Attach to a template ("MyTemplate.dot");
c. Select a style (eg, "Email Arial").
Is it doable in VBA? I have trouble in navigating and finding the proper classes, objects, methods and properties in Outlook/Word to write the script.
Thanks in advance.