View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
TC TC is offline
external usenet poster
 
Posts: 32
Default Macro won't run in the newer version

Ever since I had newer version of Excel installed I cant 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