I am trying to find a way to allow my customer to browse their computer to specify the folder in which they want the output of a VBA project to be placed.
I am currently using Application.GetOpenFilename so they can find and select the file that is to be manipulated.
Now I want to allow them to browse and select a Folder. Is there a function similar to 'GetOpenFilename' that will allow one to select a folder rather than a file.

Thanks for the help