DB73
Board Regular
- Joined
- Jun 7, 2022
- Messages
- 107
- Office Version
- 365
- 2021
- 2019
- 2016
- 2010
- 2007
- Platform
- Windows
- Mobile
- Web
Hi peeps,
im tryin to put a code on the sheet with my pivot table but it aint working
can someone help me out
i put this code on the sheet with the pivot table but when my dump table (othe sheet) is updated its not refreshing the pivot table (table uren)
im tryin to put a code on the sheet with my pivot table but it aint working
can someone help me out
i put this code on the sheet with the pivot table but when my dump table (othe sheet) is updated its not refreshing the pivot table (table uren)
VBA Code:
Option Explicit
Private Sub Worksheet_Change(ByVal Target As Range)
Worksheets("tabel uren").PivotTables("PivotTable6").PivotCache.Refresh
End Sub