ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Subscript Out Of Range Error Message (https://www.excelbanter.com/excel-programming/305340-subscript-out-range-error-message.html)

tod

Subscript Out Of Range Error Message
 
Subscript Out of Range typically means that the code is
looking for a specifically named object and it's not
available. Looking at your code I would start by making
sure that each of the sheet names in your array actually
exists in the workbook containing the code. Spaces count,
so also make sure there are no trailing spaces in any of
the sheet names.

tod


-----Original Message-----
When I open this workbook, I get an error message (Run-

time error '9': Subscript out of range.) on the following
line of code:

For Each WS In ThisWorkbook.Sheets(Array

("Rationale11", "Rationale12", "Rationale13", "Rationale21"
, "Rationale22", "Rationale23", "Rationale31", "Rationale32
", "Rationale33", "Rationale41", "Rationale42", "Rationale4
3"))

Can someone suggest a fix?

Thanks, Phil
.



All times are GMT +1. The time now is 01:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com