View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Mark is offline
external usenet poster
 
Posts: 989
Default directory browse...

Hello

Is there a control that I can use in a VBA form to allow the user to browse
the directory structure?

I know about the common dialog control, and assigning initdir and filtering,
etc.

However, there is a place where the user will need to pick two files... it
seems easier to have them pick them both in a form, if possible, than to
sequentially select them on two FileOpen dialog boxes.

Thanks,
Mark