I am attempting to use the application.filedialog object to allow a user to select a folder. I do this quite often in other Office application VBA projects.

Unfortunately it appears that winproj's application object doesn't support the filedialog method (despite the help files containing the same examples from other office apps).

Does anyone know of a way to prompt the user with the filedialog object to browse for a folder in MSP? If not (ie it's not possible) are there any clever work arounds?

I'm using MSP Pro 2007 sp2 on Windows 7.

Thanks.