If we break down the error:
- Access Violation
- This is because you are attempting to write somewhere that you can't. (It doesn't exist!)
- At address
- is where it was trying to write (presumably on the disk, not verified) at.
- in Module 'AMEngine.dll'
- AMEngine.dll is the dynamic library this is telling it how to perform the Excel write.
- After doing some research, the AMEngine.dll seems to be the Automate Task Interpreter.
If you see this error when writing to an Excel workbook, check your worksheet names!
No comments:
Post a Comment