You can Dim a FindResults collection.. it's an object.
Check the code in this article:
http://www.mp2kmag.com/a53--poi.poin....mappoint.html
In particular, see the line here.. the FindNearby results are assigned to a FindResults object?
'Get the POIs within 50 mile radius
Set oFR = oLocLatLong.FindNearby(50)
Hope this helps,
Eric