Im utilising a 3rd party web service. One of the functions (called PerformAction) accepts a parameter of type myObject.


Dim myObject As Object
PerformAction(myObject)

This gave me the error...