We don't use Outlook at all so that can't be it. Our mail client is
Groupwise from Novell.
Your telling me the default is that when you go to the file open dialog,
it always opens to the folder set in the Tools | Options | File
Locations tab, no matter what folder you were in last?
Scott
Scott Schaffer
ITSA
Olive Waller Zinkhan & Waller
No, I'm saying that every time you open or start Word, it defaults to the
default folder. You wrote:
> I know how to setup the default folder, but as soon as you open another
> folder, it defaults to theat folder until you close word and re-open
> it.
I somehow misread this as "it defaults to that folder when you close Word
and re-open it." The behavior you describe is by design and (AFAIK) cannot
be changed (certainly not without a macro).

Signature
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> We don't use Outlook at all so that can't be it. Our mail client is
> Groupwise from Novell.
[quoted text clipped - 8 lines]
> ITSA
> Olive Waller Zinkhan & Waller
Scott Schaffer - 21 Jun 2006 18:06 GMT
Thanks for your response.
Your right, it can only be changed with a macro. I have discovered that
if you create a macro called FileOpen () it will take the place of the
usual Menu command to show the FileOpen Dialog or the shortcut Ctrl-O.
The macro would look something like this:
Sub FileOpen()
'
'
' Change the directory path in quotes to match which ever
' folder you would like the FileOpen Dialog to open to everytime.
ChangeFileOpenDirectory "c:\test"
Dialogs(wdDialogFileOpen).Show
End Sub
I had this confirmed in one of the vba forums. Thanks for your help.
Scott Schaffer
Scott Schaffer
ITSA
Olive Waller Zinkhan & Waller