Sorting a Folder List

C

Canole

I have several folders on my folder list, both active and archived. I have
labeled my folders MMDDYY. It would serve me much better to now have them
labeled as YYMMDD. Is it possible to put in a new sort order without having
to rename all of my folders?
 
R

Roady [MVP]

No, the sorting is done by character, then by number and then alphabetical
alphabetical.

What you are asking is that you want to sort it now based on the last 2
characters of the folder name, then the middle 2 characters and then the
first 2 characters.

You'll have to rename the folders either manually or via a custom script
using VBA.
 
Top