Quantcast
Channel: SCN : All Content - SAP Planning and Consolidation, version for SAP NetWeaver
Viewing all articles
Browse latest Browse all 5457

How to restrict Worksheet from getting refreshed using Macro

$
0
0

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


Viewing all articles
Browse latest Browse all 5457

Trending Articles