G
Guest
I'm using the following code to try and get back a path and filename that the user has browsed to, but cannit get the path. Can anyone help
Thank
Sub GetFilePath(
Dim sFilename As Strin
Dim sFilePath As Strin
Dim dlgSaveAs As Dialo
Set dlgSaveAs = Dialogs(wdDialogFileOpen
dlgSaveAs.Displa
sFilename = dlgSaveAs.Nam
sFilePath = dlgSaveAs.???
MsgBox sFilePath & "\" & sFilenam
End Sub
Thank
Sub GetFilePath(
Dim sFilename As Strin
Dim sFilePath As Strin
Dim dlgSaveAs As Dialo
Set dlgSaveAs = Dialogs(wdDialogFileOpen
dlgSaveAs.Displa
sFilename = dlgSaveAs.Nam
sFilePath = dlgSaveAs.???
MsgBox sFilePath & "\" & sFilenam
End Sub