Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
According to the help on AllowMultiselect, it is ignored for picking folders.
Has your experience been different? -- Regards, Tom Ogilvy "stevebriz" wrote: Private Sub CommandButton1_Click() Dim lngCount As Long ' Open the file dialog With Application.FileDialog(msoFileDialogFolderPicker) .AllowMultiSelect = True .Show ' Display paths of each file selected For lngCount = 1 To .SelectedItems.Count MsgBox .SelectedItems(lngCount) Next lngCount End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
prompting while typing | Excel Worksheet Functions | |||
Microsoft Prompting | Excel Discussion (Misc queries) | |||
open in old directory save in new directory | Excel Programming | |||
Creating a macro that lists directory names within a directory.... | Excel Programming | |||
Check if directory empty OR no of files in directory. | Excel Programming |