FileDialog(msoFileDialogOpen) - get selected file name

j0se

Registered User.
Local time
Today, 16:27
Joined
Jan 15, 2003
Messages
57
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
 
last thing

thanks for the link - i did spend time searching for it - obviously not enough.

:)
 

Users who are viewing this thread

Back
Top Bottom