excel Application.FileDialog sort

T

Thomas.Koerfer

I'm wondering if there is any method to pre-sort the files shown in the
FileDialog Object.

Thanks in advance

Tom
 
P

Perry

Assuming "f" is an instantiated object variable pointing to
a FileDialog object, use below statement to toggle the view to Details view

f.InitialView = msoFileDialogViewDetails

Now users can sort the files according to their own wishes.

Krgrds,
Perry
 
P

Perry

I don't think you can invoke the internal command to execute sorting on the
FileDialog listview
without comprehensive API calls.
Maybe someone else has tweaked this ...

My opinion:
I would invest in convincing my principal of the fact that some user
guidance/education will turn out (more) rewarding.

Krgrds,
Perry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top