how can i modify the entries in a dropdown list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

As an example - in the Outlook Task form there are 5 predefined entries in
the Status Field dropdown list.

Can I modify these entires (Add, Change or Delete)?

If I Can - how? Unfortunately i am not a VB programmer.

Thanks in advance for your guidance. Make it a great day!
 
No, they're part of an enumeration. You could add your own custom MyStatus property to a custom form page, though.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top