CanWriteObject Method
Object List Next Object
Defined By: ObjectTools
Description:
Determines whether or not an object can be written.
Declaration:
Function CanWriteObject(ByVal o As Object)As Long
Details:
Obj is the object you want to inspect. CanWriteObject returns -1 (True) if the
object can be written, and 0 (False) if it can't.