Removes only the selected member (the active cell) or member range in the worksheet.
EssMenuVRemoveOnly()
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 EssMenuVRemoveOnly Lib "ESSEXCLN.XLL"() As Long Sub MRemoveOnly() X=EssMenuVRemoveOnly() End Sub