check the location of Consolidated Reports.xls

[VBA]Set wbMaster = Workbooks.Open(folderPath & wbMasterName)[/VBA]
=
[VBA]Workbooks.Open "C:\Data\Consolidated Reports.xls"[/VBA]