A
Alan
Is there a way to specify a folder spec when invoking the
FileDialog() to select a folder? I want to display
the "new*" folders and let the user select one of them.
For example:
Set fd = Application.FileDialog(msoFileDialogFolderPicker)
fd.Filters.Add xxxxxxxxx
The "fd.Filters.Add" option appears to work only for file
selection.
Is there another folder selector which supports this?
thanks.
FileDialog() to select a folder? I want to display
the "new*" folders and let the user select one of them.
For example:
Set fd = Application.FileDialog(msoFileDialogFolderPicker)
fd.Filters.Add xxxxxxxxx
The "fd.Filters.Add" option appears to work only for file
selection.
Is there another folder selector which supports this?
thanks.