Gets or sets the current status of the document. Syntax Property Value A string representing the current status of the document. Remarks The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.
Gets or sets the subject of the contents of the document. Syntax Property Value A string specifying the subject of the contents of the document. Remarks The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.
Gets or sets the title of the document. Syntax Property Value A string specifying the title of the document. Remarks The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.
Represents an error value in Microsoft Excel. Syntax
Public Properties Public Methods
Public Methods
Public Properties
Gets the ErrorValue representing the #N/A error. Syntax Property Value The ErrorValue representing the #N/A error. Remarks This error occurs when a value isnt available for some part of a formula.
Gets the ErrorValue representing a circularity error. Syntax Property Value The ErrorValue representing a circularity error. Remarks There is no error constant for a circularity in Microsoft Excel and a circularity cannot be the result of a formula in Microsoft Excel. However, for run-time purposes, after loading ...
Gets the ErrorValue representing the #DIV/0! error. Syntax Property Value The ErrorValue representing the #DIV/0! error. Remarks This error occurs when a number is divided by zero.