View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Greshter
 
Posts: n/a
Default Browse button on form for folder path

Hi All

I am trying to create a form which has a button which can browse for a
folder path. I then need to have this path placed in an adjacent
textbox. I think I need something along the lines of the following in
the command button's code:

Application.GetOpenFilename

however this piece of code just opens a file whereas I need the
pathname for a folder.

Any ideas out there would be greatly appreciated.

Cheers,
Mike