![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi,
Is there a VBA way or maybe an existing add-in that would replace Outlook Task's built-in priorities (ie. High, Normal, Low) with something like (1,2,3,4,5,6,7,8,9,10). Then I want to have the ability to sort (view tasks) in order of the priority. Thank you! |
#2
|
|||
|
|||
![]()
You could certainly add your own custom field to hold a numeric priority value, but you can't change the behavior of the built-in Priority property.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "dim4x4" wrote in message oups.com... Hi, Is there a VBA way or maybe an existing add-in that would replace Outlook Task's built-in priorities (ie. High, Normal, Low) with something like (1,2,3,4,5,6,7,8,9,10). Then I want to have the ability to sort (view tasks) in order of the priority. Thank you! |
#3
|
|||
|
|||
![]()
You cannot change or replace the built-in priorities. You could create a
user defined field with any range of settings you want and sort or group by that if you define the user defined field in the folder. Or you could use an already existing field for that purpose, such as BillingInformation or Mileage. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "dim4x4" wrote in message oups.com... Hi, Is there a VBA way or maybe an existing add-in that would replace Outlook Task's built-in priorities (ie. High, Normal, Low) with something like (1,2,3,4,5,6,7,8,9,10). Then I want to have the ability to sort (view tasks) in order of the priority. Thank you! |
#4
|
|||
|
|||
![]()
Thank you Sue and Ken!
Will try to do a cusom field and if it's too hard will use Mileage for that. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook Tasks | Kirsty Grounsell | Outlook - General Queries | 1 | March 13th 06 05:46 AM |
How to make multiple "tasks" lists in Outlook | fb | Outlook - General Queries | 1 | February 9th 06 07:25 PM |
MSG Custom properties on right click custom tab | [email protected] | Add-ins for Outlook | 1 | February 1st 06 06:00 PM |
MSG Custom properties on right click custom tab | Steph | Outlook and VBA | 1 | February 1st 06 05:55 PM |
Cannot programmatically open custom message in custom form | ms | Outlook - Using Forms | 1 | January 20th 06 03:01 PM |