The problem is that this allows selection of only one file (MultiSelect:=False), whereas I want users to be able to make more than one selection. The following code line works OK: NewFileNames = Application.GetOpenFilename(Title:='Locate latest download files', ButtonText:='Choose', MultiSelect:=False)
I'm writing an excel VBA script to run on a mac (Excel for Mac, version 15.17, mac OSX 10.11.2 El-Capitan).