'Item' property can't be read at run time (Error 393)

The property is only available at design time. This error has the following cause and solution:

  • You tried to read a property at run time that is only accessible at design time.

    Change your code and remove the reference to the property.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.