View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Dialog box for user to select a folder

And if you want to use the Windows 'Browse for Folder':

http://www.oaltd.co.uk/DLCount/DLCou...eForFolder.zip

Quite a bit more complicated however.

--
Jim
"hmm" wrote in message
...
|I would like to include the GetOpenFilename method in a dialog box, in
order
| for the user to select a folder.
|
| 1. Can the method indeed be used to select a folder name?
| 2. Can I specify filtered browsing, that will display only folders?
|
| Thanks.