I am using VB code in Access to open an Excel spread sheet that contains a Pivot Table:
Dim xlApp As Object
Set xlApp = CreateObject("Excel.Application"
xlApp.Visible = True
Set xlWB = xlApp.Workbooks.Open("v:\syb\tradesheet.xls", True)
The pivot Table is not refreshing its data from its external links when opening through access. When opening file through excel it refreshs fine. Any help?
Dim xlApp As Object
Set xlApp = CreateObject("Excel.Application"
xlApp.Visible = True
Set xlWB = xlApp.Workbooks.Open("v:\syb\tradesheet.xls", True)
The pivot Table is not refreshing its data from its external links when opening through access. When opening file through excel it refreshs fine. Any help?