PDA

View Full Version : Newbie Looking for Help



neapolitan
07-18-2013, 06:13 PM
Totally new to VBA and trying to understand how macros work in outlook.

Basically, what I need is 2 simple macros that can do the following:

Macro 1
1. Initiate a reply to the message
2. Change the RE: in the subject to [Reply] -


Macro 2
1. Open a template
2. Ask for user input
3. Replace words in template based on user input values

Any examples of these would be very appreciated.

Thanks.

PS - Is there a way to have a MsgBox that can support multiple input questions and set variables?

neapolitan
07-20-2013, 04:46 AM
Disregard. If you google enough, you can find anything.

garko75
07-20-2013, 10:51 AM
Hi Neapolitan
Your question is could be easy but I thing that we have need more information about what you to do.
What sort of template you (excel, etc..).
Also you wrote about macro 1 something like initiate a replay to the message and change subject sometime also this loop could be easy. the problem is how do you select the email? (active item, all email in a outlook folder .. else).
Please let me know
regards