Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming VBA / February 2004

Tip: Looking for answers? Try searching our database.

Newbie looking for General information

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sage Cowsert - 25 Feb 2004 21:36 GMT
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
similar to the "Detailed List" in outlook. Then when this 'view' is closed
the task names would remain the same unaltered names in the outlook tasks
database.

So my questions are what language would be best to do this in? Would it
require a custom form? Any basic tips for me? I'm talking general here.

I appreciate it.

Sage

Signature

To reply via email remove 50 + 1 in my email address.

Eric Legault [MVP - Outlook] - 27 Feb 2004 21:15 GMT
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.