Hello,
I have a macro in Excel that opens an Impromptu Report.
If the report is simple it functions.
Now I must open a report that contains a Cognos Macro that at the moment is activated at the opening of the Report.
If I execute the Macro Excel it is not activated. If I open it manually it functions.
The VBA Code I use is the following
Set Imp_report = Imp_Application.OpenReport(ReportCoda, StringaParametri)
Imp_report.retrieveall
Can you please help me?
Thanks,
Zimo
I have a macro in Excel that opens an Impromptu Report.
If the report is simple it functions.
Now I must open a report that contains a Cognos Macro that at the moment is activated at the opening of the Report.
If I execute the Macro Excel it is not activated. If I open it manually it functions.
The VBA Code I use is the following
Set Imp_report = Imp_Application.OpenReport(ReportCoda, StringaParametri)
Imp_report.retrieveall
Can you please help me?
Thanks,
Zimo