Unhandled script exception:
Bad Datatype detected for operation
EXCEPTION_CLASS_SCRIPT_BAD_TYPE
SCRIPT_CMD_CONVERT
I am trying to use COM in dexterity and when reading cell from excel which is empty got this datatype error on below line, how to overcome it?
warning activeWorksheet.Range["D"+str(i)].value;
*This post is locked for comments