I want to create an excel file and code that asks the user for two locations of files to input, then my excel file does some comparisons and calculations of those two sets of files, and spits out a nice formatted comparison file. The part of the process I am struggling with right now is prompting the user for the two directories where the two sets of files are stored.
When the macro starts, I want a window to pop up that is similar to the window that pops up when you click the 'Open' button except a user selects a directory instead of a file. Once the user selects the location of the first directory, a second pop up which is the same as the first pop up would ask the user to choose the directory that is used to compare against the first. Let me know if this is possible or if there is a somewhat different method that has the same functionality. Thanks!
Bookmarks