Visual Basic for Applications Reference

Need property-array index (Error 385)

See Also    Specifics

This property value consists of an array rather than a single value. This error has the following cause and solution:

  • You didn't specify the index for the property array you tried to access.

    Check the component's documentation to find the range for the indexes appropriate to the array. Specify an appropriate index in your property access statement.

For additional information, select the item in question and press F1.