Current system versions:
SAP_BW : 740
CPMBPC : 810
EPM add in : Version 10.0 SP 20 .NET 3.5
Issue:
Following macro is written:
Function BEFORE_REFRESH()
If Range("validation") > 1 Then
MsgBox "Please reduce the selection", vbCritical
BEFORE_REFRESH = False
Else
BEFORE_REFRESH = True
End If
End Function
This is not running as it is supposed to i.e. not throwing the msgbox for the condition specified
"validation" is name assigned to a cell.
FPMXLClient and FPMXLClient_Olaputilities are activated in references.