Hi Expert,
I've read the SAP BPC help about the VBA. I have the function on the worksheet likes this (For Example):
Function abc( )
cells(100,200) = 1000 + 100
End Function
I just want to run the above function after user pushed the button "Expand All". Perhaps, Do you know how to create the trigger or VBA function on worksheet please ?
Thanks,