I have a VBA module for Microsoft Project 2010 that needs to read an Excel file. I have it look for any .xlsx and .xlsm files. This module can locate Excel files on multiple Project files except one, which can only read the read-only files. I need to write
to this file, so naturally there's a run-time error. The code is identical across all Project files I have. Could the lone Project file be corrupted, or is there a property that's defined differently?
↧