T
TC
Ever since I had newer version of Excel installed I can’t run macro
which was executing perfectly before an update.
Excel version: 2003 SP2
VB version: 6.3 9972
Below is the code, which always shows as a stopper ….
Workbooks("SummaryMaster2").Activate
Workbooks("SummaryMaster2").Sheets("Main").Select
And the error message is
“Run-time error ‘9’
Subscript out of rangeâ€
Any help will be greatly appreciated.
TC
which was executing perfectly before an update.
Excel version: 2003 SP2
VB version: 6.3 9972
Below is the code, which always shows as a stopper ….
Workbooks("SummaryMaster2").Activate
Workbooks("SummaryMaster2").Sheets("Main").Select
And the error message is
“Run-time error ‘9’
Subscript out of rangeâ€
Any help will be greatly appreciated.
TC