Forum Discussion
1 Reply
Sort By
- OSAdminValued Contributor IIOriginally 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 IfEnd 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
- 6 months ago
- 8 months ago
- 2 years ago