Search results

  1. K

    Outlook 2013 - Use VBA to change Due date of Tasks

    Hey Apologies.. Turns out it was Macro settings which had to be changed. It works. :):D
  2. K

    Outlook 2013 - Use VBA to change Due date of Tasks

    I was using this code in Outlook 2010 for deferring tasks but it doesnt work for Outlook 2013. Can someone help? Sub Task_DueDate_Defer_DaysAdd() Dim strDateDue As String Dim objTask As Object strDateDue = InputBox("Defer by X Days: ", "Task Due Date") If...
Back
Top