Forum Discussion
Cosimo
4 years agoContributor II
Thank Phil. This is exactly what I was looking for. Interesting to note that I had to run 3 functions to simulate “Refresh Workbook”:
> Sub Refresh_Workbook()
> Set XFAddin = Application.COMAddIns("OneStreamExcelAddIn")
> If Not XFAddin Is Nothing Then
> If Not XFAddin.Object Is Nothing Then
> Call XFAddin.Object.RefreshXFFunctions
> Call XFAddin.Object.RefreshQuickViews
> Call XFAddin.Object.RefreshCubeViews
> End If
> End If
> End SubMarkHoughton
4 years agoContributor
Thanks Cosimo for this extra info, also I found that in the Preferences... Enable Macros for XF Event Processing needed to be set to FALSE for it to work.
Related Content
- 4 years ago
- 3 years ago
- 2 years ago