Table View VBA Refresh
Hello,I was wondering if anyone has been able to get a table view to refresh using VBA. I have tried the below code with no luck.Sub RefreshXFFunctions()Set XFAddIn = Application.COMAddIns("OneStreamExcelAddIn")If Not XFAddIn Is Nothing ThenIf Not XF...