EssMenuVRetrieve

Description

Retrieves data into the active worksheet, and places the data at the beginning of the active worksheet.

Syntax

EssMenuVRetrieve()

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 EssMenuVRetrieve Lib "ESSEXCLN.XLL"() As Long

Sub MRetrieve()
X=EssMenuVRetrieve()
End Sub