Workbooks.Open (ThisWorkbook.Path & " " & DocYearName)
Workbooks.Open (ThisWorkbook.Path & "\" & DocYearName)
Workbooks.Open (ThisWorkbook.Path & "" & DocYearName)
If Workbooks(ThisWorkbook.Path & "" & DocYearName).Open = True Then
Workbooks.Open (ThisWorkbook.Path & "" & DocYearName)
Workbooks.Open (ThisWorkbook.Path & "" & DocYearName)
Dave
Kind of curious, what's the purpose of the If here?
PS If you move the workbook(s) to local storage, e.g. into a folder on the C:\ drive of the computer/laptop, do you have any problems opening workbooks?