View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Darrin Henshaw Darrin Henshaw is offline
external usenet poster
 
Posts: 38
Default directory browse...

Use GetOpenFileName built-in dialog box, and set the MultiSelect
property to True. That would work if the files are in the same folder.
If they are in separate folders, you might need two dialog boxes.



*** Sent via Developersdex http://www.developersdex.com ***