F
FotoArt
hello everyone
I found that the following code(not complete) is not giving the name of the
selected file properly.
Any idea how i can make it work?
With Dialogs(wdDialogFileOpen)
.Display
myPath = CurDir() '& "\" & .Name
myFileName = .Name
End With
any help is appreciated
thanx
ahmed
I found that the following code(not complete) is not giving the name of the
selected file properly.
Any idea how i can make it work?
With Dialogs(wdDialogFileOpen)
.Display
myPath = CurDir() '& "\" & .Name
myFileName = .Name
End With
any help is appreciated
thanx
ahmed