Hello, I am trying to create buttons in BPC 10 NW reports.
But it doesnt really do anything. Here is the code:
Sub TEST123()
Dim EPMobject As New FPMXLClient.EPMAddInAutomation
End Sub
Sub Refresh()
EPMobject.RefreshActiveSheet
End Sub
Sub Validate()
EPMobject.SaveAndRefreshWorksheetData
End Sub