Forum Discussion
OSAdmin
OneStream Employee
6 years ago Originally posted by Phil Brosnan
Hi Darryl,
Something like this has worked for us to refresh formulas:
Sub RefreshOnestream()
Dim xfAddIn As COMAddIn
Set xfAddIn = Application.COMAddIns("OneStreamExcelAddIn")
If Not xfAddIn Is Nothing Then
If Not xfAddIn.Object Is Nothing Then
Call xfAddIn.Object.RefreshXFFunctions
End If
End If
End Sub
There is also a knowledgebase article that lists all of the refreshes that can be called (Cube Views, Quick Views, and Formulas, for both one sheet or all sheets). The knowledgebase article is KB0010071
Related Content
- 10 months ago
- 2 years ago
- 12 months ago