Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to browse for a folder where certain files are located. The code is
just the basic: With Application.FileDialog(msoFileDialogFolderPicker) .AllowMultiSelect = True If .Show = False Then Exit Sub MyFolder = .SelectedItems(1) End With .... but is there a way to be able to see the files in the browser as well as the folders? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What is the best method to add a date picker to a spreadsheet? | Excel Discussion (Misc queries) | |||
How can I clean the buffer from the folder picker? | Excel Programming | |||
how can I specific a folder with wildcard criteria and excel will import all the correct files in that folder? | Excel Programming | |||
Folder picker default - second attempt... | Excel Programming | |||
Folder picker: default to network share? | Excel Programming |