(Warning: Although it might look like one at first glance, this is not a beginner-level question. If you are familiar with the phrase \"Let coercion\" o
Dim v As Variant Dim a As Variant a = Array(SomeMethod()) If IsObject(a(0)) Then Set v = a(0) Else v = a(0) End If