Hi Experts,
I'm trying to execute a Data Manager Package with a VBA macro assigned to a button.
The code I used in 7.5 it's not working because the macro that are called are no more available.
Any idea of how to replicate this functionality on BPC 10?
Thank you in advance.
Best regards
Michele
Here is the code I used on 7.5
Sub PC_2()
'
Application.Run "MNU_eDATA"
'
Application.Run "MNU_eDATA_SELECTPACKAGE", "CALC_ITEM", "/CPMB/DEFAULT_FORMULAS", "COMPANY", "System Administrative"
End Sub