Salut,
aide access :
FileDialog PropertyThis example displays the Open dialog box and allows a user to select multiple files to open.
Dim dlgOpen As FileDialog Set dlgOpen = Application.FileDialog( _ FileDialogType:=msoFileDialogOpen) With dlgOpen .AllowMultiSelect = True .Show End With
temps de recherche 15 seconde
A+