

On the Task tab in the Action, group click on Save and Close button.If you want to add a reminder alert, select the Reminder check box and then enter the date and time for the reminder.After that click on Ok to close the Task Recurrence dialog box.In the Task recurrence dialog box, click on (Daily, Weekly, Monthly, and Yearly) with which the task should recur.If you want to make the task recur, on the Taskbar, in the Options group then click on Recurrence.You can change the Due date field to any date that you want. Note: If you specify the Start date, the due date field is automatically set to the same day. Set the Start date and Due date for the task.On the Task tab, in the Action group click on Save & Close option or continue with the following steps to customize the task.In the Subject box type the name for the task.Few Simple Steps to Create Task in Outlook 2007 and Outlook 2010įor Outlook 2007: Open File menu and point to New then click on Task.įor Outlook 2010: Open Outlook clicks on the Task icon then New Task. This article enlightens the method to create task and to-do lists in Outlook 20 versions. In Outlook you can combine the n-number of lists into a single one, get track tasks, and the reminder progress. Many people keep a list of stuff to do on a spreadsheet, paper, or with the consolidation of paper and electronic methods. ' remove this line to insert at cursor position Set objAppt = olApp.CreateItem(olAppointmentItem) You can leave the object name (objTask) but changing it to objAppt might be less confusing.Īs with the task macro, run the macro and pick the contact entry from the Outlook Address Book. To convert the macro to work with appointments, you need to change task to appointment in the DIM statement and for the message class. The contact fields are added to the top of the task body.To add another contact to the same task, select another contact and run the macro. Select the contact from a contacts folder, run the macro to add a link to the contact to the task body.Īs with the previous macro, it will work with an open task form or creates a new task if the last opened item is not a task. Add the macro to the Contact ribbon or Quick Access Toolbar. This version of the macro works with any contacts folder, even if it's not enabled as an Outlook Address Book. ' add a copy of the contact - link is better oEmail & vbCrLf & oBizPhone & vbCrLf & oBday objSel.Range, strLink, "", "", oFName, "" ' to insert at insertion point, remove this line

Set objTask = olApp.CreateItem(olTaskItem) If oBday = "" Then oBday = "Birthdate not available" Set olApp = GetObject(, "Outlook.Application") Set Ns = Application.GetNamespace("MAPI") If you need to add another contact's information to the task, click the button again. The pre-defined contact fields are added at the top of the task body.Select the Contact then click OK no need to click To first.


Add task in outlook calendar update#
These macros would work with calendar items as well, just update the form type. You can use these macros to add information from more than one contact to a task.
