I am working with Excel 2007 and the following suggestion from this site has not worked:
Workbooks.Open Filename:=ThisWorkbook.Path & "\Chapter 7 - 10 MECHANICAL.xls"
I have also tried the following code w/ no luck as well:
Workbooks.Open Filename:=app.Path & "Chapter 7 - 90 ECS 1 LLC.xls"
The files are in the same path as the workbook with the macro, so I am at a loss for what I am doing wrong.
I am running Microsoft Vista.
Thanks in advance.