G
Guest
Not sure if this is the right place for this question.
I have a list box with the following code to call up files on the harddrive.
strFileName = Dir("M:\Some Folder\another Folder\Another Folder\etc\*.*")
My question is, is there a way I can sort the data? I'd like it to show up
in a descending order instead of ascending.
Thanks in advance for any help/suggestions.
I have a list box with the following code to call up files on the harddrive.
strFileName = Dir("M:\Some Folder\another Folder\Another Folder\etc\*.*")
My question is, is there a way I can sort the data? I'd like it to show up
in a descending order instead of ascending.
Thanks in advance for any help/suggestions.