Retrieves data into the active worksheet, and places the data at the beginning of the active worksheet.
EssMenuVRetrieve()
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 EssMenuVRetrieve Lib "ESSEXCLN.XLL"() As Long Sub MRetrieve() X=EssMenuVRetrieve() End Sub