Visual Basic Reference

'Item' property is write-only (Error 394)

See Also

The property cant be read. This error has the following cause and solution.

  • A property can't be read; for example, ctl.property = 3 might be legal, but "Print ctl.property" would generate this error.

    Change your code and remove the reference to the property.