View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ardus Petus Ardus Petus is offline
external usenet poster
 
Posts: 718
Default 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