When you specify an object name without a property or method, Visual Basic assumes you are referencing the object's default member (property or method). However, not all objects expose a default member. This error has the following cause and solution:
Check the object's documentation and give an explicit specification for the property or method.
For additional information, select the item in question and press F1.