Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Still need a little help with tasks 1

Status
Not open for further replies.

boardgamer

Programmer
Feb 14, 2009
58
US
Thank you
I got the references connected, how do I add add a task

' get Outlook
Dim olApp As Object ' Outlook.Application
Set olApp = GetOutlookApp
If olApp Is Nothing Then Exit Sub

<------ Create a new task?
Dim Subject As String
Dim Body As String
Dim Begindate As Date
Dim Enddate As Date
Dim Priority As String

 
Do you want to add the task in your outlook or do you want to send it to others?

HarleyQuinn
---------------------------------
Carter, hand me my thinking grenades!

You can hang outside in the sun all day tossing a ball around, or you can sit at your computer and do something that matters. - Eric Cartman

Get the most out of Tek-Tips, read FAQ222-2244: How to get the best answers before posting.

 
I have a form which can be filled out by anyone in the office and I want it to add a task to my outlook when they complete the form.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top