Changing filter and grgrouping in tasks view

  • Thread starter Thread starter Flex
  • Start date Start date
F

Flex

Hello,

I'm new to Outlook VBA. I want to automize I task I do a lot and since
I don't have a Macro recorder in Outlook XP.

Basically I want to change the filter for tasks and add a grouping
level. Can someone give me some sample code or hints as to what
objects I need to use. Is it the folder or Explorer object? I'm kind
of lost and don't really have the time to get too deep into it all.

Thanks a lot for any help!

Bye,
Flex
 
The view is an object property of the Explorer object.
Working with View.XML is a pretty advanced first project!
See http://www.outlookcode.com/threads.aspx?
forumid=4&messageid=19 for some sample code that may
help. It doesn't, however, address all your needs, so you
have a bit of work to do.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at
http://www.slipstick.com
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers

-----Original Message-----
Hello,

I'm new to Outlook VBA. I want to automize I task I do a lot and since
I don't have a Macro recorder in Outlook XP.

Basically I want to change the filter for tasks and add a grouping
level. Can someone give me some sample code or hints as to what
objects I need to use. Is it the folder or Explorer object? I'm kind
of lost and don't really have the time to get too deep
into it all.
 
Back
Top