Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to get the user to select a folder, via a dialog box.
know how to get the file open dialog, but I just want the folder. Thanks -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In xl2002+, you can use the built in:
application.filedialog (there's a nice example in help). In earlier versions, you could use the code at John Walkenbach's site: http://j-walk.com/ss/excel/tips/tip29.htm (actually, you could use that in xl2002+, too.) "RNM <" wrote: Is there a way to get the user to select a folder, via a dialog box. I know how to get the file open dialog, but I just want the folder. Thanks, --- Message posted from http://www.ExcelForum.com/ -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Contatenate folder path strings, how ? | Excel Worksheet Functions | |||
Relative Path to a Folder | Excel Discussion (Misc queries) | |||
Setting a path to a folder | Excel Discussion (Misc queries) | |||
Browse button on form for folder path | Excel Discussion (Misc queries) | |||
find if there is a particular folder in a path | Excel Programming |