PDA

View Full Version : VBA Script - Help Needed!



mlora
03-30-2013, 01:54 PM
I am trying to create a macro that I can run when sending an email. I want to be able to write an email and run the Macro before sending it to add extra text to the email.

With the Macro I want to add the following text:

Days until Pilot: <<# number days>>
Days until Wave 1: <<# number days>>

Where #number days is calculated in the VBA code as number of days before an specific date. I don't have to much experience with VBA code, but I have searched the web and found many day countdown codes. I need help with how to actually write the script so when I run the Macro the text is add it at the end of my email.

Any help will very much appreciated!!!

Thanks!