Hi All,
I created a Workbook and it has 10 worksheets. There is one worksheet (Summary sheet) which contains formulas to retrieve the totals from other worksheets to worksheet. Now, when I used the MACRO Code to refresh the entire Workbook with the code below, it is refreshing the Summary sheet as well and the formulas are getting changed for every refresh.
Dim epm As New FPMXLClient.EPMAddInAutomation
Sub REFRESH_DATA()
epm.RefreshActiveWorkBook
End Sub
Please let me know how can I restrict refreshing the Summary worksheet or how can I modify my Macro code.
Thanks in advance,
Regards,
Venkat