SAP Message RSR_EXCEL_RUNTIME120 - Errors during refresh; specified macro &1 does not have correct signature

Diagnosis
Macro &V1& does not have the correct signature. The workbook propertyspecifies a macro that is to be called when the workbook is refreshed.However, the specified macro has a different signature to the onespecified in the BEx Analyzer documentation.

System Response
The BEx Analyzer tries to call the macro and returns a warning that themacro has an incorrect signature.

Procedure
1. Check whether the workbook contains the macro specified in theworkbook properties.
2. If the workbook contains the macro, correct the signature of themacro to the correct parameters as specified in the BEx Analyzerdocumentation or remove the macro name from the workbook properties.