I would like to return #N/A values to excel via an UDF written in python (via xlwings)
Returning a `VARIANT(pythoncom.VT_ERROR, 2042)` from the UDF results in an empty cell. Is there within pywin32/pythoncom an equivalent of VBA `CVErr(xlErrNA)` ? Sébastien
_______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32