Opens the Essbase Member Selection dialog box and enables you to select members from the multidimensional database outline.
EssMenuVMemberSelection()
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 EssMenuVMemberSelection Lib "ESSEXCLN.XLL"() As Long Sub MMbrSel() X=EssMenuVMemberSelection() End Sub