Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8526

Re: BPC 10.0 EPM AddIn SP18 : issue combining Grouping, Protection and Input Form

$
0
0

Here are the screenshots for the protection options.

- EPM protection options: with "Format Cells" and "Edit Context Options" chekced

BPC EPM protection option.PNG

 

And yes, we use 2 EPMFormatting Sheet, one for the report and an other one for the input form (with « Unlock Selected Cells » option).

 

We also use a macro Excel to refresh all this report and here is the code VBA:

---------------------------------

Dim EPMRefreshExp As New FPMXLClient.EPMAddInAutomation

Sub RefreshExp()

 

EPMRefreshExp.RefreshActiveSheet

    With ActiveSheet

.EnableAutoFilter = True

.EnableOutlining = True

.Protect Contents:=True, Password:="password", UserInterfaceOnly:=True

End With

End Sub

--------------------

 

 

Thanks a lot.

Regards.


Viewing all articles
Browse latest Browse all 8526

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>