Hi Henrik,
Can you try xlApp.RefreshAll() ?
That should refresh the active workbook.
For old Excel you might need to get through the worksheets, and through the PivotTables on each, and call RefreshTable().
-Govert
--
You received this message because you are subscribed to the Google Groups "Excel-DNA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to exceldna+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/exceldna/ec474a45-2b98-4476-b676-f5a0d2e47450n%40googlegroups.com.
Hi David,