
Signature
To reply via email remove 50 + 1 in my email address.
You're in luck - no custom programming is required. You can do this by
creating a custom formula field in your Tasks folder and using this formula:
Right([Subject],Len([Subject])-2)
However, you can't sort this field... If this is super important, then you
would have to create a non-formula custom field, then write a routine to
loop through all the Tasks in that folder and save the values of the
Task.Subject property (stripping out the first two characters) and saving
them in your custom field. Once this is done, then you can sort on that
custom field.

Signature
Eric Legault - B.A, MCP, MCSD, Outlook MVP
Job: http://www.imaginets.com
Blog: http://blogs.officezealot.com/legault
> I want to get all tasks names, remove the first two characters and display
> this list alphabetically without changing the original data in a view
[quoted text clipped - 8 lines]
>
> Sage