Google error 0x800A03EC and see what could be the issue. There are a number of potential problems but they are likely related to Excel and Windows rather than AHK. Have you been able to run other scripts with COM for Excel?
To access a different sheet use this:
Also watch this: https://www.youtube.com/watch?v=ZI5FLSll9AY
To access a different sheet use this:
CODE:
xl.worksheets("sheet2").range("a1:b23")
Also watch this: https://www.youtube.com/watch?v=ZI5FLSll9AY
Statistics: Posted by flyingDman — 29 minutes ago