Updates the active database on the server with data in the worksheet.
EssMenuVSend()
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.
Declare Function EssMenuVSend Lib "ESSEXCLN.XLL"() As Long Sub MSend() X=EssMenuVSend() End Sub