cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

API - To refresh one single report in a worksheet

vsreeja
Explorer
0 Likes
160

Hi All,

I have an EPM worksheet that contains multiple epm reports, say 000,001,002. Is there any API which can be used for the selective refresh of the reports. So on calling the API, only report 000 will get refreshed.?

Please guide me in this regard.

Regards,

Sreeja V

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

Hi Sreeja,

In VBA just select some cell in some particular report and execute RefreshActiveReport

Then select cell in another report and execute RefreshActiveReport

...

Vadim