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

I'd like to put a control into a VBA form that would allow the user to select
an input file. I can do that with the common dialog control, or the
GetOpenFilename method.

But, a variety of other inputs are required, and sending the user to another
interface seems clunky.

Is there a good control for using right in a VBA form?

Thanks,
Mark