VBA C# Integration Over COM

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gsayar
    New Member
    • Apr 2008
    • 1

    VBA C# Integration Over COM

    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
Working...