Hello,

I have a program in VBA that modifies other files that are within the same folder (using ThisWorkbook.Path). I would like to add a feature to the program that allows the user to select a different folder using a dialog box, so that files in other directories can be modified also. Something very similar to Application.GetOpenFilename would be ideal, but would allow me to select a folder instead of an individual file. Many thanks for any insight you can offer.