View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
GS[_6_] GS[_6_] is offline
external usenet poster
 
Posts: 1,182
Default Select multipler folders?

Does Excel have a built-in dialog box that will allow
users to select multiple folders within the same directory?
Once the user selects a set of folders, my goal will be
to copy a file (or files) into each folder that was chosen.

Thanx


AFAIK, msoFileDialogFolderPicker doesn't support multi-select. Perhaps
a userform with a directory tree and a listbox is one way to go, where
the user can add selected paths to the listbox for batch processing.

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion