Jim Rech has a BrowseForFolder routine at:
http://www.oaltd.co.uk/MVP/Default.htm
(look for BrowseForFolder)
John Walkenbach has one at:
http://j-walk.com/ss/excel/tips/tip29.htm
If you and all your users are running xl2002+, take a look at VBA's help for:
application.filedialog(msoFileDialogFolderPicker)
Gary''s Student wrote:
I can use the file open dialog to select a file:
Sub WhichOne()
MsgBox (Application.GetOpenFilename)
End Sub
How can I select a folder??
--
Gary''s Student - gsnu200780
--
Dave Peterson