Loop and update trough task

  • Thread starter Thread starter Himselff
  • Start date Start date
Hi,

you can select a folder with the Application.Session.GetDefaultFolder by
code or Application.Session.PickFolder manually. Then loop through the
returned Folder object´s Items collection with For Each.

Each function and also the For Each loop are explained with samples in
the VBA help.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook


Hi there,

I'm looking for a way to auto-update task notes fields,

i need to loop through all task and compare whit some value and if the
value is good then i update and save the task !

Thanks a lot in advance !

--
*************************************
Frederick Lamontagne
Network Administrator
email:[email protected]
*************************************
http:\\www.concepptechnologies.com
http:\\www.icform.us
http:\\www.polyform.com
 
Back
Top