0 / 60 seg.

You want to declare an object that describes cars, so that your VBA code can apply tests such as the following. What keyword do you use to declare Cars?

If Cars(1).Make="Ford" And Cars (1).MPG > 20
    Then Cars(1).Selected = True