From: SteveN on
Using Word 2003 VBA code is it possible to set the open file dialog
box view to "Details" and "Date Modified" to show the most recent
folders at the top?

I am using this to show the dialog box. With
Dialogs(wdDialogFileOpen)
From: Doug Robbins - Word MVP on
I do not think so. The dialog will always appear in the format that it was
last used.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com

"SteveN" <stv.nelson1(a)gmail.com> wrote in message
news:8094ea46-1cf0-424d-86c5-4ccd85ca58fc(a)p2g2000yqh.googlegroups.com...
> Using Word 2003 VBA code is it possible to set the open file dialog
> box view to "Details" and "Date Modified" to show the most recent
> folders at the top?
>
> I am using this to show the dialog box. With
> Dialogs(wdDialogFileOpen)

From: RC on
On May 7, 6:00 pm, "Doug Robbins - Word MVP" <d...(a)REMOVECAPSmvps.org>
wrote:
> I do not think so.  The dialog will always appear in the format that it was
> last used.
>
> --
> Hope this helps.
>
> Please reply to the newsgroup unless you wish to avail yourself of my
> services on a paid consulting basis.
>
> Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
>
> "SteveN" <stv.nels...(a)gmail.com> wrote in message
>
> news:8094ea46-1cf0-424d-86c5-4ccd85ca58fc(a)p2g2000yqh.googlegroups.com...
>
>
>
> > Using Word 2003 VBA code is it possible to set the open file dialog
> > box view to "Details" and "Date Modified" to show the most recent
> > folders at the top?
>
> > I am using this to show the dialog box.         With
> > Dialogs(wdDialogFileOpen)

Thanks for your reply, I am very interested in reading the information
in the link, however, I could not get the link to work, can you please
help me locate the information, or send a new link, or something.
Thanks again.
From: Doug Robbins - Word MVP on
To what link are you referring? I did not include one in my message.
--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com

"RC" <rickcheney(a)gmail.com> wrote in message
news:8be8d27c-9112-4a19-9dd4-814e28c9b0e9(a)a34g2000yqn.googlegroups.com...
> On May 7, 6:00 pm, "Doug Robbins - Word MVP" <d...(a)REMOVECAPSmvps.org>
> wrote:
>> I do not think so. The dialog will always appear in the format that it
>> was
>> last used.
>>
>> --
>> Hope this helps.
>>
>> Please reply to the newsgroup unless you wish to avail yourself of my
>> services on a paid consulting basis.
>>
>> Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
>>
>> "SteveN" <stv.nels...(a)gmail.com> wrote in message
>>
>> news:8094ea46-1cf0-424d-86c5-4ccd85ca58fc(a)p2g2000yqh.googlegroups.com...
>>
>>
>>
>> > Using Word 2003 VBA code is it possible to set the open file dialog
>> > box view to "Details" and "Date Modified" to show the most recent
>> > folders at the top?
>>
>> > I am using this to show the dialog box. With
>> > Dialogs(wdDialogFileOpen)
>
> Thanks for your reply, I am very interested in reading the information
> in the link, however, I could not get the link to work, can you please
> help me locate the information, or send a new link, or something.
> Thanks again.

From: SteveN on
On May 8, 5:20 pm, "Doug Robbins - Word MVP" <d...(a)REMOVECAPSmvps.org>
wrote:
> To what link are you referring?   I did not include one in my message.
> --
> Hope this helps.
>
> Please reply to the newsgroup unless you wish to avail yourself of my
> services on a paid consulting basis.
>
> Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
>
> "RC" <rickche...(a)gmail.com> wrote in message
>
> news:8be8d27c-9112-4a19-9dd4-814e28c9b0e9(a)a34g2000yqn.googlegroups.com...
>
>
>
> > On May 7, 6:00 pm, "Doug Robbins - Word MVP" <d...(a)REMOVECAPSmvps.org>
> > wrote:
> >> I do not think so.  The dialog will always appear in the format that it
> >> was
> >> last used.
>
> >> --
> >> Hope this helps.
>
> >> Please reply to the newsgroup unless you wish to avail yourself of my
> >> services on a paid consulting basis.
>
> >> Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
>
> >> "SteveN" <stv.nels...(a)gmail.com> wrote in message
>
> >>news:8094ea46-1cf0-424d-86c5-4ccd85ca58fc(a)p2g2000yqh.googlegroups.com....
>
> >> > Using Word 2003 VBA code is it possible to set the open file dialog
> >> > box view to "Details" and "Date Modified" to show the most recent
> >> > folders at the top?
>
> >> > I am using this to show the dialog box.         With
> >> > Dialogs(wdDialogFileOpen)
>
> > Thanks for your reply, I am very interested in reading the information
> > in the link, however, I could not get the link to work, can you please
> > help me locate the information, or send a new link, or something.
> > Thanks again.- Hide quoted text -
>
> - Show quoted text -

Sorry about that I didn't read your post properly, disregard the
question about the link. Thanks for the info.