FileDialog(msoFileDialogOpen)
Will just return the filename
HTH
--
AP
"Mitch" a écrit dans le message de
...
Should the user's selection of a file in the file dialog open actually
open
the selected file or does it just select the file?
With Application.FileDialog(msoFileDialogOpen)
.AllowMultiSelect = False
.Show
End With
|