I am attempting to set a cell in a Excel 97-2003 Workbook (.xls), but every time Macro Scheduler hits the 'XLSetCell' function it presents the error message 'OLE error 800A03EC'.
Please could you let me know if my code is wrong, or if you've seen this before?
Code: Select all
XLOpen>C:\Folder\Location\Setup.xls,1,xlBook
XLSetCell>xlBook,Sheet1,1,1,complete,scResult
XLSave>xlBook,C:\Folder\Location\Setup.xls
XLQuit>xlBook
.** Please note that I have debugged by removing the XLSetCell code line, and Macro Scheduler can open, save and quit the workbook.... it just cant seem to set anything in the cells
Technical Specs:
Macro Scheduler Version = Free Trial (to ensure this software does everything we need it to do)
OS = Windows 10
Excel Location: Local C drive