Thread
:
FileDialog(msoFileDialogOpen)
View Single Post
#
1
Posted to microsoft.public.excel.programming
Mitch
external usenet poster
Posts: 88
FileDialog(msoFileDialogOpen)
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
Reply With Quote
Mitch
View Public Profile
Find all posts by Mitch