T
The Dow
I'm trying to use Word's File Open Dialog to have the user select an Excel
file (for linking purposes). I can return the Excel file's NAME, but I can't
seem to return the PATH.
My VBA code is:
With Dialogs(wdDialogFileOpen)
.Display
xlOpen = .Name
End With
What should I use to get the file's path? Also, is there an easy way to
have the File Open Dialog use "all files" as the default for the file type?
Thanks!
file (for linking purposes). I can return the Excel file's NAME, but I can't
seem to return the PATH.
My VBA code is:
With Dialogs(wdDialogFileOpen)
.Display
xlOpen = .Name
End With
What should I use to get the file's path? Also, is there an easy way to
have the File Open Dialog use "all files" as the default for the file type?
Thanks!