Using FileDialog(msoFileDialogOpen), how do I get the name of the selected file?
I've worked my way down the properties (e.g:
Debug.Print Application.FileDialog(msoFileDialogOpen).SelectedItems
.Item
.Title
etc...
Thanks in advance
I've worked my way down the properties (e.g:
Debug.Print Application.FileDialog(msoFileDialogOpen).SelectedItems
.Item
.Title
etc...
Thanks in advance