Data provider types: Essbase
HypMenuVMemberInformation() opens the Member Information dialog box.
HypMenuVMemberInformation()
Returns 0 if successful; otherwise, returns the appropriate error code.
Public Declare Function HypMenuVMemberInformation Lib "HsAddin" () As Long Sub MMemberInformation() X=HypMenuVMemberInformation() End Sub