Hi,
I try to change the UserOption by using API.
Following example is used
Sub Context()
Dim EPM As New FPMXLClient.EPMAddInAutomation
EPM.SetUserOption "ShowCurrentViewPane", False
End Sub
The code change the setting under Options\User Options\Display but the Context pane is still visible. If I open Options\User options and press OK without doing any changes the Context pane is updated and will disappear after I run above code. The same thing happens if I change the setting above to True. Settings will be changed but the context pane is not visible until I open Options\User Options and click OK.
There must be a command for doing the refresh from VBA.
Clas