Re: Opening the Folder dialog box? by Steve
Steve
Mon Sep 27 14:29:54 CDT 2004
I don't think it was available before Office 2000 but in Excel I've used
Application.FileDialog(msoFileDialogFolderPicker)
Steve
"Jun" <Jun@discussions.microsoft.com> wrote in message
news:8168FC62-3F47-4CC7-8445-FB097660AC18@microsoft.com...
>I would like to select a folder instead of files from VBA Word. I know
>that
> the wdDialogFileOpen will only open files, but I would like a way of just
> returning a directory path. Is there any such dialog that could just
> retrieve the directory like those found in installation kits?
>
> Thanks,
>
>