Today's date in Outlook Mail Subject (2010/Quick Steps)

How can I automatically add the current date to the subject of a new Outlook 2010 message? i.e. "Status 2011-09-14" on sending message, from Quick Steps?


  1. Create a new Macro.
  2. Append date to the subject
    (newItem.Subject = Format(Now, "dd mmmm yyyy") & newItem.Subject)
  3. Create a shortcut to the Macro in the Quick Steps (QAT).