E
Ed
I'm trying to get the document name from the FileOpen dialog box using
..Display. I'm also trying to set it so the box will open showing All Files,
rather than defaulting to Word docs only. But I can't seem to find the
parameter that returns the file name. Can someone fill in the ???? for me,
please?
Ed
Set dlgFName = Dialogs(wdDialogFileOpen)
With dlgFName
.Name = "*.*"
.Display
strFName = ????
End With
..Display. I'm also trying to set it so the box will open showing All Files,
rather than defaulting to Word docs only. But I can't seem to find the
parameter that returns the file name. Can someone fill in the ???? for me,
please?
Ed
Set dlgFName = Dialogs(wdDialogFileOpen)
With dlgFName
.Name = "*.*"
.Display
strFName = ????
End With