(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
For Each v In Array(SomeMethod())
Exit For 'Needed for v to retain it's value
Next v
'Use v here - v is now holding a value or a reference