I have a question on how I should approach this code that I need. I have been searching for the past 3 hours and couldnt find a way to mesh the codes together to perform what I desired. Here is the outline of what I would like to do:
The User runs the macro and the InputBox
pops up which tells them to Input a Folder Name. From there, I want the Application.GetOpenFile
(or which ever application or dir function) to initiate a search in a specified directory for a folder and NOT a file (as there may be several files in the folder with similar names), but take the user to the folder and then the User selects the right file to open. Then once the file is selected, it is opened in the excel worksheet.