Newbie: How to sort by user-defined fields in calendar?

M

marcus.at..www

Hi,

I would like to have Outlook2002 behave like the following:

In the standard calendar view (or a custom one) show the tasks sorte
by an user-defined field/column.

I found a usenet message indicating objFolder.Items.Sort as a possibl
way.

As I am not that familiar with Outlook's structure, I would appreciat
some hints on how to accomplish this with VBA code...

Thanks,
Marcu
 
S

Sue Mosher [MVP-Outlook]

The Sort method has nothing to do with the view that the user sees. You can
either create the view manually or use the View.XML property to modify the
XML definition of the view.
 
Top