I have been tasked with converting our group over to Office 2013. One of the macro enabled Excel sheets is kicking an error that I cannot figure out.
Run-time Error 9 - Subscript out of range.
I debug and find the ONLY code that is highlighted:
W.Sheets("Sheet2") .Activate
This code seems pretty straight forward and I can't seem to find any other solutions after researching quite a bit.
Anyone have any ideas on troubleshooting?
It works fine for Office 2010 on multiple machines, in multiple locations - but in 2013 it doesn't matter which user runs it, or from where - it kicks this same error to everyone.
Thanks for any help you can provide since I'm new to supporting macros and it's been awhile since I programmed anything - I'm sure it's something very simple that I'm missing.