Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to set up a task through excel.
I get an error: User defined type not defined on the objTask As Outlook.TaskItem on the following. Sub createTask() Dim objTask As Outlook.TaskItem Set objTask = OutApp.CreateItem(olTaskItem) With objTask .StartDate = "05/30/2008" .DueDate = "05/31/2008" .Subject = "Testing Task" .Body = "Testing Task" .Assign .Recipients = "Employee Name" .Send End With Set objTask = Nothing End Sub How do I correct this? Thank you, Steven |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
create outlook task from excel | Excel Programming | |||
Create Outlook Task from Data in Excel Row | Excel Programming | |||
Can I create a button in Excel that generates a task in Outlook? | Excel Discussion (Misc queries) | |||
Create Outlook task from Excel Macro? | Excel Programming |