Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Robert Crandal" wrote:
I am looking for an easy way to let users choose multiple files all at once. I do it this way. Dim fnames As Variant fnames = Application.GetOpenFilename(MultiSelect:=True) If TypeName(fnames) = "Boolean" Then Exit Sub For i = 1 To UBound(fnames) Debug.Print fnames(i) Next i |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Let a user choose a folder? | Excel Programming | |||
dropdownlist- I want user to choose a # but can I add definition | Excel Discussion (Misc queries) | |||
User Input to open multiple files | Excel Programming | |||
ask user to choose | Excel Programming | |||
ask user to choose | Excel Programming |