![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi
What I'm looking for is some code I can run that will run through my task list and notify me of any tasks that are not complete. I'm not sure where to start. Can anyone give me any pointers. Thanks in advance. Melanie |
#2
|
|||
|
|||
![]()
Am 2 Feb 2006 08:59:16 -0800 schrieb :
Dim oTask as Outlook.TaskItem Dim obj as Object For Each obj in Application.Session.GetDefaultFolder(olFolderTask) .Items If TypeOf obj Is Outlook.TaskItem then Set oTask=obj If oTask.Complete = False Then MsgBox "Another no completed task, subject: " & oTask.Subject Endif Endif Next -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.vbOffice.net -- Hi What I'm looking for is some code I can run that will run through my task list and notify me of any tasks that are not complete. I'm not sure where to start. Can anyone give me any pointers. Thanks in advance. Melanie |
#3
|
|||
|
|||
![]()
Awesome! Thanks, I'll give that a try!
Melanie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Other Address Status | steve | Outlook Express | 3 | February 28th 06 04:58 PM |
how to apply vba code to OL2003 forms ? | TimR | Outlook - Using Contacts | 1 | February 17th 06 04:41 PM |
how do I see attendee status | zzsanjay | Outlook - Calandaring | 0 | February 1st 06 05:07 PM |
code : Code : 800cccd2 | scotty971fr | Outlook Express | 1 | January 19th 06 11:59 PM |
Running query from Access Form commmand using VBA code | Berny | Outlook and VBA | 4 | January 16th 06 02:12 PM |