Show TOC

Syntax documentationEvCOM Locate this document in the navigation structure

The EvCOM function references another cell and sends its value, a textual comment, to the database when specified.

Syntax Syntax

EvCOM(CommentRange,AppName,Member1,Member2,and so on)

CommentRange — The cell reference of the input cell.

Insert AppName

Insert Member1–N

End of the code.

Example Example

The following example sends the text value in cell D16 to the database.

EvCOM(D16,Finance,Salaries,Budget,Jan2008)

End of the example.