What is error code 0x800A01A8 coming out of Excel ActiveX call?

user189471 picture user189471 · Oct 14, 2009 · Viewed 11.8k times · Source

I am using LabVIEW to talk to Excel via its ActiveX interface.

For some reason after some time successfully writing to a spreadsheet I got this error when attempting to call the a function which does something with the range.

Sorry this question is so vague, but its because I am actually using another toolkit to take care of the Excel writing.

Anybody know if there is a lookup table for Excel ActiveX calls anywhere?

Thanks

Answer

Robert Harvey picture Robert Harvey · Oct 14, 2009

This error code means "Object Required."

It sounds like your toolkit might have a memory leak, or it is disposing of an object prematurely.