Mac Excel 2016 VBA - Workbook.open gives 1004 error
问题 I'm trying to get a macro that works perfectly in Excel 2011 for Mac to work in Excel 2016 for mac. The goal is to have the user specify a folder with .csv files in it, and then the macro loops through all the .csvs, opening each to copy information out of it into another Workbook. The macro fails when trying to open the first .csv file in the user-chosen folder, with a 1004 error, file cannot be found. (side note: Earlier in the macro, workbooks.open works perfectly with a user selected FILE