SmartView VBA - HypOtlGetMemberInfo
Summary
SmartView VBA - HypOtlGetMemberInfoContent
Hi,
I'm trying to get this particular VBA function to return a list of attributes on a specified member:
HypOtlGetMemberInfo (vtSheetName, vtDimensionName, vtMemberName, vtPredicate, vtMemberArray)
I have the function working to some extent, in that it returns a value of 0 (which according to the tech reference means it evaluated successfully). But how do I get it to return the list of attributes instead?
My guess is that it has to do with the last parameter (vtMemberArray), but no matter what I try it just keeps returning 0.
Any ideas?
0