Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Andy,
Application.GetOpenFilename will do mostly the same thing in all versions of Excel. It's a bit primitive compared to the FileDialog object, though. The last argument determines wether the dialog is multiselect. If the multiselect argument is True then the GetOpenFilename return value is a Variant array containing the list of selected files (it's an array even if only one file is selected). -- Rob Bovey, MCSE, MCSD, Excel MVP Application Professionals http://www.appspro.com/ * Please post all replies to this newsgroup * * I delete all unsolicited e-mail responses * "Andy" wrote in message ... Hi, Does anyone know of an alternative to the FileDialog in Excel 2002? Some of our users use Excel 97 and this object isn't in the object model (under application). All we are using it for is to be able to select multiple files. Does anyone have any alternatives so that I can select multiple files at once but without using the FileDialog object? Many thanks in advance. Andy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Application.FileDialog(msoFileDialogFolderPicker) | Excel Discussion (Misc queries) | |||
Alternative add-on application to VLOOKUPS command? | Excel Discussion (Misc queries) | |||
Alternative to Application.Match | Excel Programming | |||
Alternative to Application.Match | Excel Programming | |||
FileDialog Help | Excel Programming |