I created a form where first, I select a Year from a drop down list.
The bound cell for this list box is cell C1, on Active Workbook.Worsheets (2)
I concatenate this selection C1 with the path in cell C2. Utilizing this selected path, I want to see a drop down list (or combo) to be able to scroll down and see all the files in the subfolder (without the path being visible), and then on selection and open the selected file or files.
Kind of xlDialogOpen, restricting the values to files only.
By the way, I am using VBA, Excel 2000
Thanks! I really appreciate any help you can give me.