I tried to insert this macro in a simple excel input form :
Private Sub WORKBOOK_OPEN()
Call Macro2
MsgBox "Macro2 is executed"
End Sub
If I open the file from my pc this macro is executed.
if I open the file from BPC process this macro is not executed.
Any suggestion is appreciated
Thanks