VBA Run-time error '9': Subscript out of range; trying to activate another workbook
问题 I'm trying to create a VBA in Excel 2010 that takes info from another spreadsheet that I'm not allowed to alter and bring it over to the spreadsheet with my macro built in. Here's my code: Sub BringUpWorkbook() Workbooks("RITE 1624.xls").Activate End Sub I have several VBA books, have visited dozens of sites on the Internet, including those here at stackoverflow.com, and cannot find a reason why I'm receiving the run-time error. The workbook is already open, I've tried adding everything