Hi Simon,
Yes, ExcelErrorNA = 42.
The RTD stuff is all COM, and the ExcelError enum is related to the C
API, so these don't mix-and-match at all.
You can probably set some COM errors into your result array, I'm not
sure how though. "System.Runtime.InteropServices.ErrorWrapper" might
be a starting point for your research.
-Govert