Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm developing a cross-platform macro that needs to open several files
at once. In Windows, I can use GetOpenFileName with the multi-select option to get a list of chosen files in a single dialog: ChosenFiles = Application.GetOpenFilename("XLS Files (*.xls), *.xls", 1, "Please select XLS data files to import", , True) On the Mac, I don't seem to be able to pass any of the parameters. Can Macs even do multi-select? ChosenFiles = Application.GetOpenFilename("") Thanks! John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Setting up a list where an item can only be picked once in Excel | Excel Worksheet Functions | |||
VBA code to list names of controls on user form? | Excel Programming | |||
For each picked entitiy in a list box... | Excel Programming | |||
How validation dropdown list open when cell is picked?. | Excel Worksheet Functions | |||
How to disable a button picked from the Forms list. | Excel Programming |