A
and
Dear all,
Does anyone know how to read the filename the user selects in the
default FileOpen dialog, into a variable?
I've tried this (in vain):
=================
Dim dlgA as Dialog
Set dlgA = Dialogs(wdDialogFileOpen)
With dlgA
.Show
varB = .Name
End With
=================
TIA,
AND
Does anyone know how to read the filename the user selects in the
default FileOpen dialog, into a variable?
I've tried this (in vain):
=================
Dim dlgA as Dialog
Set dlgA = Dialogs(wdDialogFileOpen)
With dlgA
.Show
varB = .Name
End With
=================
TIA,
AND