EssMenuVSend

Description

Updates the active database on the server with data in the worksheet.

Syntax

EssMenuVSend()

Return Value

Returns 0 if successful. A negative number indicates a local failure (see VBA Return Values). A return value greater than zero indicates a failure on the server.

Example

Declare Function EssMenuVSend Lib "ESSEXCLN.XLL"() As Long

Sub MSend()
X=EssMenuVSend()
End Sub