Hi all,

I have a C# DLL which is exposed through COM.

One of the C# methods, which returns an object, needs to return nulls (i.e. no result) as well in some cases.

VBA complains when the C# returns null. "Object required" is the error. Is there a way to return and assign null values to objects?

-Guy