View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Notawahoo Notawahoo is offline
external usenet poster
 
Posts: 5
Default List Outlook tasks from another person's shared task list

Thanks to http://www.dicks-clicks.com/excel/olTask.htm I have VBA code
working that will list my tasks, leaving out the "private" ones, and
choosing those that fall within a date range. Now my boss would like a
consolidated list of my tasks along with the tasks of the other people
on my team. We have all shared our Outlook tasks with each other, and
I can look at them in Outlook with File / Open / Other User's Folder.

Can I access them with VBA? without getting a bunch of security
messages that I have to respond to?

TIA,

Notawahoo