Word 2003 has a different ChangeFileOpenDirectory behaviour?

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
 
D

Doug Robbins - Word MVP

Hi Romain,

If works the same for me in Word 2003 as in previous versions.

--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 
Top