R
Rvo
Hi all,
in previous versions of Word I coul do this:
'ChangeFileOpenDirectory "foo path"
' With Dialogs(wdDialogFileOpen)
' If .Display = -1 Then
' ... stuff...
' End If
' End With
The file open dialog would pop up showing the files and directories to be
found at "foo path".
Now in Word 2003 (haven't tried Word XP) this doesn't work anymore. You'll
get the default file-open path instead.
Is there a way to get the old behaviour working in Word 2003?
Thanks in advance,
Romain
in previous versions of Word I coul do this:
'ChangeFileOpenDirectory "foo path"
' With Dialogs(wdDialogFileOpen)
' If .Display = -1 Then
' ... stuff...
' End If
' End With
The file open dialog would pop up showing the files and directories to be
found at "foo path".
Now in Word 2003 (haven't tried Word XP) this doesn't work anymore. You'll
get the default file-open path instead.
Is there a way to get the old behaviour working in Word 2003?
Thanks in advance,
Romain